aboutsummaryrefslogtreecommitdiff
path: root/dw/Makefile.am
diff options
context:
space:
mode:
authorSebastian Geerken (patch by Johannes Hofmann) <devnull@localhost>2012-09-12 13:50:24 +0200
committerSebastian Geerken (patch by Johannes Hofmann) <devnull@localhost>2012-09-12 13:50:24 +0200
commiteb64db506bb05ac4c1e357341140aa0091846009 (patch)
tree9e45db3791cdf95eceb5d54afae94dc624ddb3d2 /dw/Makefile.am
parentb88370d24633e3d33e935be0942e8242fa50ca51 (diff)
No hard-coded paths for hyphenation patterns anymore.
Diffstat (limited to 'dw/Makefile.am')
-rw-r--r--dw/Makefile.am4
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 \