OSDN Git Service

prevented config.h from going into the distribution package.
authortsntsumi <tsntsumi@users.sourceforge.jp>
Fri, 27 Aug 2010 12:31:45 +0000 (12:31 +0000)
committertsntsumi <tsntsumi@users.sourceforge.jp>
Fri, 27 Aug 2010 12:31:45 +0000 (12:31 +0000)
src/Makefile.am

index f0480c8..de1ef4a 100755 (executable)
@@ -21,7 +21,7 @@
 
 SUBDIRS=ccunit tools
 
-## ls -1 ccunit/CCUnit*.h ccunit/config.h | sort | sed -e 's/^/        /' -e 's/$/ \\/' -e '$s/ *\\$//'
+## ls -1 ccunit/CCUnit*.h | sort | sed -e 's/^/        /' -e 's/$/ \\/' -e '$s/ *\\$//'
 nobase_include_HEADERS = \
        ccunit/CCUnit.h \
        ccunit/CCUnitAssert.h \
@@ -36,7 +36,8 @@ nobase_include_HEADERS = \
        ccunit/CCUnitTestListener.h \
        ccunit/CCUnitTestResult.h \
        ccunit/CCUnitTestRunner.h \
-       ccunit/CCUnitTestSuite.h \
-       ccunit/config.h 
+       ccunit/CCUnitTestSuite.h
+
+nobase_nodist_include_HEADERS = ccunit/config.h
 
 CLEANFILES=*~ .*~ ./\#*\# *.log