X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fautomake.mk;h=7c52887bf884d773171c4b5d3f9fb2e41be6bb44;hb=b0edc00b3466899dab038e27452125315c859b37;hp=3d309a6c78e749c646a56f5560f9ea606fce07ce;hpb=81fff61a96bece351e381ad3fef8ab1248a952ba;p=pspp-builds.git diff --git a/src/automake.mk b/src/automake.mk index 3d309a6c..7c52887b 100644 --- a/src/automake.mk +++ b/src/automake.mk @@ -2,15 +2,12 @@ # PSPP -include $(top_srcdir)/src/ui/terminal/automake.mk include $(top_srcdir)/src/math/automake.mk include $(top_srcdir)/src/libpspp/automake.mk include $(top_srcdir)/src/data/automake.mk include $(top_srcdir)/src/output/automake.mk include $(top_srcdir)/src/language/automake.mk -if WITHGUI -include $(top_srcdir)/src/ui/gui/automake.mk -endif +include $(top_srcdir)/src/ui/automake.mk -AM_CPPFLAGS += -DPKGDATADIR=\"$(pkgdatadir)\" +AM_CPPFLAGS += -I$(top_srcdir)/src -I$(top_srcdir)/lib -DPKGDATADIR=\"$(pkgdatadir)\"