diff options
| -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  | 
