Add msbuild to dist
authorscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Mon, 15 Oct 2012 00:29:52 +0000 (00:29 +0000)
committerscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Mon, 15 Oct 2012 00:29:52 +0000 (00:29 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-xmltooling/branches/REL_1@1002 de75baf8-a10c-0410-a50a-987c0e22f00f

Makefile.am

index d918f6b..029cd5c 100644 (file)
@@ -30,7 +30,8 @@ pkgconfig_DATA = @PACKAGE_NAME@.pc
 GENFILES = @PACKAGE_NAME@.spec
 
 EXTRA_DIST = $(DX_CONFIG) \
-        cpp-@PACKAGE_NAME@.sln \
-        config_win32.h \
-        $(GENFILES) \
-        $(GENFILES:%=%.in)
+       cpp-@PACKAGE_NAME@.sln \
+       config_win32.h \
+       msbuild \
+       $(GENFILES) \
+       $(GENFILES:%=%.in)