diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2003-01-31 13:51:44 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2003-01-31 13:51:44 +0000 |
commit | 112c134d4636786c1b0e22839bd782d9554b961e (patch) | |
tree | adc6caee16e89b2b9ef5e7938d0014030dcab8ef | |
parent | 4ab7f398f708704bf29cb98c7c5366a7dee6b4ff (diff) | |
download | xine-lib-112c134d4636786c1b0e22839bd782d9554b961e.tar.gz xine-lib-112c134d4636786c1b0e22839bd782d9554b961e.tar.bz2 |
definitely no need for a Makefile in /debian...
CVS patchset: 4057
CVS date: 2003/01/31 13:51:44
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e7f70115a..3fd6cdf09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,10 +6,15 @@ AUTOMAKE_OPTIONS = 1.3 ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = debian doc m4 intl po misc include src +SUBDIRS = doc m4 intl po misc include src + +DEBFILES = debian/README.Debian debian/changelog debian/control \ + debian/copyright debian/overrides.libxine debian/rules \ + debian/shlibdeps.sh EXTRA_DIST = autogen.sh \ automake.diff \ + $(DEBFILES) \ ChangeLog \ configure \ config.guess \ |