diff options
Diffstat (limited to 'tiff/Makefile.am')
-rw-r--r-- | tiff/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tiff/Makefile.am b/tiff/Makefile.am index d19e58ee..f34dac2b 100644 --- a/tiff/Makefile.am +++ b/tiff/Makefile.am @@ -37,14 +37,11 @@ docfiles = \ VERSION EXTRA_DIST = \ + cmake \ CMakeLists.txt \ HOWTO-RELEASE \ - Makefile.vc \ - SConstruct \ autogen.sh \ - configure.com \ - libtiff-4.pc.in \ - nmake.opt + libtiff-4.pc.in dist_doc_DATA = $(docfiles) |