From 86c91dc8191c9b0266eaa86a8fa416627f9da207 Mon Sep 17 00:00:00 2001 From: Jeremy Henty Date: Fri, 28 Jan 2011 07:09:51 +0000 Subject: **/Makefile.am: #include $(top_srcdir). --- src/IO/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/IO') diff --git a/src/IO/Makefile.am b/src/IO/Makefile.am index b168073c..c889dae8 100644 --- a/src/IO/Makefile.am +++ b/src/IO/Makefile.am @@ -1,4 +1,6 @@ -AM_CPPFLAGS=-DDILLO_BINDIR='"$(bindir)/"' +AM_CPPFLAGS = \ + -I$(top_srcdir) \ + -DDILLO_BINDIR='"$(bindir)/"' AM_CFLAGS = @LIBFLTK_CFLAGS@ AM_CXXFLAGS = @LIBFLTK_CXXFLAGS@ -- cgit v1.2.3