diff options
author | Sebastian Geerken <devnull@localhost> | 2014-03-02 14:07:27 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-03-02 14:07:27 +0100 |
commit | 0704e8b5231b589578df74c85f99a55263590a59 (patch) | |
tree | 8964792d21625d59fa04e345491967982ef1196f /test | |
parent | 1a6d1a182d9358154a1311421150d038f7c1fe11 (diff) |
Fixed compile error.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 4 |
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@ |