]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Added ltcf-c.sh, ltcf-cxx.sh and ChangeLog.1 to list of files to
authorOssama Othman <ossama@debian.org>
Sat, 4 Dec 1999 21:06:08 +0000 (21:06 +0000)
committerOssama Othman <ossama@debian.org>
Sat, 4 Dec 1999 21:06:08 +0000 (21:06 +0000)
include in the distribution.

Added ltcf-sh.sh and ltcf-cxx.sh to the list of data files.

Makefile.am

index 7baefb26e5fea4bc7c4a6260d869fe70f8e54678..ee9d1b58b9fa921de2cb2a34bc7c4684507fecb4 100644 (file)
@@ -15,12 +15,13 @@ LIBS= @LIBS@
 aclocal_macros = libtool.m4
 
 EXTRA_DIST = $(aclocal_macros) libtoolize.in ltconfig.in ltmain.in \
-       mkstamp ChangeLog.0
+        ltcf-c.sh ltcf-cxx.sh \
+       mkstamp ChangeLog.0 ChangeLog.1
 CLEANFILES = libtool libtoolize ltconfig.T ltmain.shT
 
 # These are required by libtoolize.
 pkgdata_SCRIPTS = config.guess config.sub ltconfig
-pkgdata_DATA = ltmain.sh
+pkgdata_DATA = ltmain.sh ltcf-c.sh ltcf-cxx.sh
 
 # This macro file should be visible to Automake's aclocal.
 aclocal_DATA = $(aclocal_macros)