diff options
Diffstat (limited to 'dw/Makefile.am')
-rw-r--r-- | dw/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dw/Makefile.am b/dw/Makefile.am index bab63682..cd9fbd11 100644 --- a/dw/Makefile.am +++ b/dw/Makefile.am @@ -1,5 +1,7 @@ AM_CPPFLAGS = \ - -I$(top_srcdir) + -I$(top_srcdir) \ + -DDILLO_LIB='"$(libdir)/"' + noinst_LIBRARIES = \ libDw-core.a \ |