diff options
author | Albert Astals Cid <aacid@kde.org> | 2005-12-18 21:08:48 +0000 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2005-12-18 21:08:48 +0000 |
commit | 5dca860bba6918e06fab3aa56a2c75f0ac9ecdfb (patch) | |
tree | 41c530ed18d90420f7f61af06ce3c550c7417786 /utils | |
parent | 03e3d9164ffd71f03136b57a9941ea14fadb21aa (diff) |
Fix utils building on Slackware
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index 9ddef40d..9a9434a3 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -1,6 +1,7 @@ INCLUDES = \ -I$(top_srcdir) \ - -I$(top_srcdir)/poppler + -I$(top_srcdir)/poppler \ + $(UTILS_CFLAGS) LDADD = \ $(top_builddir)/poppler/libpoppler.la |