X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=0022e1d70c4f785268868e2bc72455c8302e452b;hb=6ed6e2c149f5100b84817dc508a2399e686d1311;hp=b3ebdad0d43234b245ac94245d0aa9eeb9939287;hpb=d94dc663529b4e05ec1e7c47c1e73310abb1d3b4;p=pspp-builds.git diff --git a/Makefile.am b/Makefile.am index b3ebdad0..0022e1d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -*- makefile -*- -AUTOMAKE_OPTIONS = gnits 1.10 subdir-objects +AUTOMAKE_OPTIONS = gnits 1.10.1 subdir-objects SUBDIRS = gl DISTCLEANFILES = ./po/stamp-po xconfigure @@ -34,6 +34,7 @@ EXTRA_DIST = OChangeLog ONEWS config.rpath pspp-mode.el CLEANFILES = CLEAN_LOCAL = ALL_LOCAL = +CHECK_LOCAL = ACLOCAL_AMFLAGS = -I m4 -I gl/m4 noinst_LIBRARIES= noinst_LTLIBRARIES= @@ -86,6 +87,7 @@ uninstall-hook: $(UNINSTALL_DATA_HOOKS) clean-local: $(CLEAN_LOCAL) all-local: $(ALL_LOCAL) +check-local: $(CHECK_LOCAL) # A convenience target to build all the binaries programs: $(PROGRAMS)