diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2002-12-08 06:18:11 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2002-12-08 06:18:11 +0000 |
commit | 4b14e259a321738c494ef5fb0bf3d06554fb8042 (patch) | |
tree | b4910caae2099b8904a9b49b1496b741c7ae0beb | |
parent | 2271dbe3df3cf8ae322c5532e794a04f31ee5811 (diff) | |
download | xine-lib-4b14e259a321738c494ef5fb0bf3d06554fb8042.tar.gz xine-lib-4b14e259a321738c494ef5fb0bf3d06554fb8042.tar.bz2 |
Added files generated by automake to Makefile.am
Added configure to Makefile.am
CVS patchset: 3460
CVS date: 2002/12/08 06:18:11
-rw-r--r-- | Makefile.am | 36 |
1 files changed, 31 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index fef38faa4..e8f49ad30 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,11 +8,37 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = doc m4 intl po misc include src -EXTRA_DIST = autogen.sh automake.diff \ - debian/README.Debian debian/changelog debian/control \ - debian/copyright debian/dirs debian/docs debian/libxine0.postinst \ - debian/postrm debian/preinst debian/prerm debian/rules \ - debian/overrides.libxine debian/shlibdeps.sh @DEPCOMP@ +EXTRA_DIST = autogen.sh \ + automake.diff \ + ChangeLog \ + configure \ + config.guess \ + config.sub \ + COPYING \ + debian/README.Debian \ + debian/changelog \ + debian/control \ + debian/copyright \ + debian/dirs \ + debian/docs \ + debian/libxine0.postinst \ + debian/postrm \ + debian/preinst \ + debian/prerm \ + debian/rules \ + debian/overrides.libxine \ + debian/shlibdeps.sh \ + INSTALL \ + install-sh \ + libtool \ + ltmain.sh \ + missing \ + mkinstalldirs \ + NEWS \ + README \ + TODO \ + depcomp \ + @DEPCOMP@ noinst_HEADERS = config.h |