diff options
author | Sebastian Geerken <devnull@localhost> | 2014-02-21 18:41:47 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-02-21 18:41:47 +0100 |
commit | 90aa934e73733080b372bbaeecde63b15a62c4e5 (patch) | |
tree | 58b4a8f04a179d013b1d92605a1308cc972f5c2f /lout/Makefile.am | |
parent | 276e8bbb2b443f32856891dfeec5ddbf71827489 (diff) |
RTFL stuff.
Diffstat (limited to 'lout/Makefile.am')
-rw-r--r-- | lout/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lout/Makefile.am b/lout/Makefile.am index bef9696e..f2219360 100644 --- a/lout/Makefile.am +++ b/lout/Makefile.am @@ -1,5 +1,6 @@ AM_CPPFLAGS = \ - -I$(top_srcdir) + -I$(top_srcdir) \ + -DCUR_WORKING_DIR='"@BASE_CUR_WORKING_DIR@/lout"' noinst_LIBRARIES = liblout.a |