diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 9b0003437..2dc7e2c36 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = 1.3 ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = doc m4 intl po misc include src +SUBDIRS = doc m4 intl po misc include src win32 DEBFILES = debian/README.Debian debian/changelog debian/control \ debian/copyright debian/rules debian/compat \ @@ -87,11 +87,6 @@ install-data-hook: fi -dist-hook: - cp -r $(srcdir)/win32 $(distdir)/win32 - rm -rf `find $(distdir)/win32 -name CVS` - - mostlyclean-generic: -rm -f *~ \#* .*~ .\#* -rm -f $(PACKAGE)_$(VERSION).tar.gz |