X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=1655d50ade36357a407766b04da56040a1c78d7a;hb=16c623f769812031b34ee57de48cc73112ec2e91;hp=a9198aca36ade8b09ebc4e5cfc6813bc889db350;hpb=35cb4610fd9a7e9f720a07dadfde944339bfeb21;p=pspp-builds.git diff --git a/Makefile.am b/Makefile.am index a9198aca..1655d50a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,8 +6,7 @@ SUBDIRS = intl gl po DISTCLEANFILES = -AM_CPPFLAGS=-I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/lib \ --I$(top_srcdir)/intl -I$(top_srcdir)/gl -I$(top_builddir)/gl +AM_CPPFLAGS=-I$(top_srcdir)/intl -I$(top_srcdir)/gl -I$(top_builddir)/gl AM_CFLAGS= @@ -40,6 +39,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 CLEANFILES = ACLOCAL_AMFLAGS = -I m4 -I gl/m4 noinst_LIBRARIES= +noinst_PROGRAMS= bin_PROGRAMS= include $(top_srcdir)/lib/automake.mk