diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index d59bb5d..57559e3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = abstract desktop nature po +SUBDIRS = po abstract desktop nature dist-hook: @if test -d "$(srcdir)/.git"; \ @@ -17,13 +17,9 @@ dist-hook: fi EXTRA_DIST = \ + its \ autogen.sh -DISTCLEANFILES = \ - intltool-extract \ - intltool-merge \ - intltool-update - MAINTAINERCLEANFILES = \ Makefile.in \ aclocal.m4 \ @@ -31,9 +27,6 @@ MAINTAINERCLEANFILES = \ configure \ depcomp \ install-sh \ - intltool-extract.in \ - intltool-merge.in \ - intltool-update.in \ missing \ mkinstalldirs |