diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2007-12-10 15:02:50 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2007-12-10 15:02:50 +0200 |
commit | b499a0403ea5c41d6a25b40275eb6c57643052ce (patch) | |
tree | 8c2aba85036f3ea8ef3bd3c2faa66cdaf76203dc /Makefile.am | |
parent | Added LZMA_SYNC_FLUSH support to the Copy filter. (diff) | |
download | xz-b499a0403ea5c41d6a25b40275eb6c57643052ce.tar.xz |
Disabled some unneeded warnings and made "make dist" work.larhzu/v4.42.2alpha
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index df3d07d9..1060ffe4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,16 +23,13 @@ SUBDIRS += src po tests EXTRA_DIST = \ m4 \ - extra \ config.rpath \ Doxyfile.in \ - FAQ \ - INSTALL.generic \ + extra \ + doc \ COPYING.GPLv2 \ COPYING.GPLv3 \ - COPYING.LGPLv2.1 \ - README-liblzma \ - README-lzma + COPYING.LGPLv2.1 ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = foreign |