X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=111fe7d023b293bb84ccbb26e4ba4f0bc81a9649;hb=ebbfbe937906e4b4ca577478965cf06d1a812715;hp=f606cbf1123b5d8c8d8f468fd6fadb90dc1c2512;hpb=9a331fe64eb814ae5c1322e21717a04fb254bf65;p=pspp-builds.git diff --git a/Makefile.am b/Makefile.am index f606cbf1..111fe7d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = gnits 1.10 subdir-objects -SUBDIRS = gl po +SUBDIRS = gl DISTCLEANFILES = ./po/stamp-po xconfigure BUILT_SOURCES = @@ -30,6 +30,7 @@ pkgsysconfdir = $(sysconfdir)/@PACKAGE@ EXTRA_DIST = OChangeLog ONEWS config.rpath pspp-mode.el CLEANFILES = +CLEAN_LOCAL = ACLOCAL_AMFLAGS = -I m4 -I gl/m4 noinst_LIBRARIES= noinst_LTLIBRARIES= @@ -52,6 +53,7 @@ generate-changelog: DIST_HOOKS += generate-changelog +include $(top_srcdir)/po/automake.mk include $(top_srcdir)/lib/automake.mk include $(top_srcdir)/doc/automake.mk include $(top_srcdir)/config/automake.mk @@ -78,5 +80,4 @@ install-data-hook: $(INSTALL_DATA_HOOKS) uninstall-hook: $(UNINSTALL_DATA_HOOKS) - - +clean-local: $(CLEAN_LOCAL)