diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-26 08:21:05 -0400 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-26 08:21:05 -0400 | 
| commit | b8c9e442a9313f27670dcae97757b3c416ac263d (patch) | |
| tree | 008dd614b9ada07dee516dcf11793effd45151e1 | |
| parent | 0035e5cc347a07827808ee99a1ecbd4640a4b37c (diff) | |
Added visual studio project files to dist.
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | libusbhp/Makefile.am | 2 | ||||
| -rw-r--r-- | test/Makefile.am | 2 | 
3 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 595ab88..80c40a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = gnu  SUBDIRS = libusbhp test  DISTDIRS = libusbhp test -EXTRA_DIST = libusbhp.pc.in +EXTRA_DIST = libusbhp.pc.in libusbhp.sln  pkgconfigdir = $(libdir)/pkgconfig  pkgconfig_DATA = libusbhp.pc diff --git a/libusbhp/Makefile.am b/libusbhp/Makefile.am index 785a34d..e24a51f 100644 --- a/libusbhp/Makefile.am +++ b/libusbhp/Makefile.am @@ -8,3 +8,5 @@ libusbhp_la_SOURCES = \  include_HEADERS = \  	libusbhp.h + +EXTRA_DIST = libusbhp.vcxproj
\ No newline at end of file diff --git a/test/Makefile.am b/test/Makefile.am index 4642f7d..5725160 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -6,3 +6,5 @@ hptest_SOURCES = \  	test.cc  include_HEADERS = + +EXTRA_DIST = test.vcxproj  | 
