X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=Makefile.am;h=507503f0235a3eaf6596c25680d3bf84e00e4b00;hp=111fe7d023b293bb84ccbb26e4ba4f0bc81a9649;hb=3eb9c30ebea7269e9eae90bd9ab5e0a363478297;hpb=ebbfbe937906e4b4ca577478965cf06d1a812715 diff --git a/Makefile.am b/Makefile.am index 111fe7d0..507503f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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= @@ -81,3 +82,4 @@ install-data-hook: $(INSTALL_DATA_HOOKS) uninstall-hook: $(UNINSTALL_DATA_HOOKS) clean-local: $(CLEAN_LOCAL) +all-local: $(ALL_LOCAL)