Adopt use of gnulib for portability.
[pspp-builds.git] / src / Make.build
index 2cab5e15aed612395501a3510b3ac1f453849bb2..6a4f36564ef6c6f1b89b3855f77c9dbe858bdbcb 100644 (file)
@@ -1,14 +1,13 @@
 ## Makefile.am include file -*- makefile -*-
 
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/lib  \
--I$(top_srcdir)/intl 
+-I$(top_srcdir)/intl -I$(top_srcdir)/gl -I$(top_builddir)/gl
 
 AM_CFLAGS=
 
 if cc_is_gcc
 AM_CFLAGS+=-Wall -W -Wwrite-strings -Wstrict-prototypes \
--Wpointer-arith -Wno-sign-compare -Wmissing-prototypes \
--ansi 
+-Wpointer-arith -Wno-sign-compare -Wmissing-prototypes
 endif
 
 if unix