diff options
author | Sebastian Geerken <devnull@localhost> | 2014-01-06 13:55:56 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-01-06 13:55:56 +0100 |
commit | e9512d4b6164a0723394dbc4c73924c4168c2bdc (patch) | |
tree | fd63234dacd166eaae28e1d36fa0d939a0393ef9 /dw/Makefile.am | |
parent | f0f9af6dd9a71bc4b93c154d881b310fce80a1df (diff) |
Some more RTFL stuff.
Diffstat (limited to 'dw/Makefile.am')
-rw-r--r-- | dw/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/Makefile.am b/dw/Makefile.am index 47ec5275..5306c5a5 100644 --- a/dw/Makefile.am +++ b/dw/Makefile.am @@ -1,7 +1,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ - -DDILLO_LIBDIR='"$(pkglibdir)/"' - + -DDILLO_LIBDIR='"$(pkglibdir)/"' \ + -DCUR_WORKING_DIR='"@BASE_CUR_WORKING_DIR@/dw"' noinst_LIBRARIES = \ libDw-core.a \ |