From: Scott Cantor Date: Mon, 15 Oct 2012 00:29:52 +0000 (+0000) Subject: Add msbuild to dist X-Git-Tag: 1.5.2~16 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=0342b981eb878867a1f3d896b1a3c2910dcd0bf5 Add msbuild to dist --- diff --git a/Makefile.am b/Makefile.am index d918f6b..029cd5c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)