X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=Makefile.am;h=507503f0235a3eaf6596c25680d3bf84e00e4b00;hp=f87d56c106e846f8c65c637a259089723d8bc72f;hb=HEAD;hpb=99bafccc08919a5d640cb35962c4d730a2cad3a1 diff --git a/Makefile.am b/Makefile.am index f87d56c1..507503f0 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 = @@ -31,6 +31,7 @@ EXTRA_DIST = OChangeLog ONEWS config.rpath pspp-mode.el CLEANFILES = CLEAN_LOCAL = +ALL_LOCAL = ACLOCAL_AMFLAGS = -I m4 -I gl/m4 noinst_LIBRARIES= noinst_LTLIBRARIES= @@ -53,6 +54,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 @@ -80,3 +82,4 @@ install-data-hook: $(INSTALL_DATA_HOOKS) uninstall-hook: $(UNINSTALL_DATA_HOOKS) clean-local: $(CLEAN_LOCAL) +all-local: $(ALL_LOCAL)