Add msbuild to dist
authorscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 15 Oct 2012 00:34:31 +0000 (00:34 +0000)
committerscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 15 Oct 2012 00:34:31 +0000 (00:34 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3785 cb58f699-b61c-0410-a6fe-9272a202ed29

Makefile.am

index 7ebe87e..a31c1fd 100644 (file)
@@ -38,8 +38,9 @@ dist-hook:
 GENFILES = @PACKAGE_NAME@.spec
 
 EXTRA_DIST = $(DX_CONFIG) \
-    isapi_shib \
-    Shibboleth.sln \
-    config_win32.h \
-    $(GENFILES) \
-    $(GENFILES:%=%.in)
+       isapi_shib \
+       Shibboleth.sln \
+       config_win32.h \
+       msbuild \
+       $(GENFILES) \
+       $(GENFILES:%=%.in)