X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fautomake.mk;h=545e9345217f45bd93ae541d9428063b12eba33a;hb=35cb4610fd9a7e9f720a07dadfde944339bfeb21;hp=511bfa224790cb3e7be136f9ad5afee0eeb1804c;hpb=0db0213c0d07134f3b3ef641bfa8db30c129d890;p=pspp-builds.git diff --git a/src/ui/gui/automake.mk b/src/ui/gui/automake.mk index 511bfa22..545e9345 100644 --- a/src/ui/gui/automake.mk +++ b/src/ui/gui/automake.mk @@ -2,13 +2,13 @@ bin_PROGRAMS += src/ui/gui/psppire -src/ui/gui/%: AM_CPPFLAGS = \ +src/ui/gui/%: AM_CPPFLAGS += \ -export-dynamic \ -I$(top_srcdir)/gl \ -I$(top_srcdir)/lib/gtksheet \ - -I$(top_srcdir)/src/ui/gui \ + -I$(top_srcdir)/src/libpspp \ -I$(top_srcdir)/src/data \ - -I$(top_srcdir)/src/libpspp + -I$(top_srcdir)/src/ui/gui src/ui/gui/%: AM_CFLAGS = $(GTK_CFLAGS) $(GLADE_CFLAGS) -Wall