aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-03-02 14:07:27 +0100
committerSebastian Geerken <devnull@localhost>2014-03-02 14:07:27 +0100
commit0704e8b5231b589578df74c85f99a55263590a59 (patch)
tree8964792d21625d59fa04e345491967982ef1196f
parent1a6d1a182d9358154a1311421150d038f7c1fe11 (diff)
Fixed compile error.
-rw-r--r--test/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 35689ec3..d9056dfe 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,5 +1,7 @@
AM_CPPFLAGS = \
- -I$(top_srcdir)
+ -I$(top_srcdir) \
+ -DCUR_WORKING_DIR='"@BASE_CUR_WORKING_DIR@/test"'
+
AM_CFLAGS = @LIBFLTK_CFLAGS@
AM_CXXFLAGS = @LIBFLTK_CXXFLAGS@