aboutsummaryrefslogtreecommitdiff
path: root/src/IO/Makefile.am
diff options
context:
space:
mode:
authorJeremy Henty <onepoint@starurchin.org>2011-01-28 07:09:51 +0000
committerJeremy Henty <onepoint@starurchin.org>2011-01-28 07:09:51 +0000
commit86c91dc8191c9b0266eaa86a8fa416627f9da207 (patch)
tree8a50a4cc68b83282eedc3bcb12497c2282e77bb4 /src/IO/Makefile.am
parentc34c80055a29e8d7ba8d9b3d8c9eb13d73050447 (diff)
**/Makefile.am: #include $(top_srcdir).
Diffstat (limited to 'src/IO/Makefile.am')
-rw-r--r--src/IO/Makefile.am4
1 files changed, 3 insertions, 1 deletions
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@