summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2008-02-04 08:07:40 +0200
committerGuillem Jover <guillem@debian.org>2008-02-04 09:18:37 +0200
commitf0325f1a3158f829c784f4e4aaa279550c2e361c (patch)
tree00fd41d13ec9fa086f3a574572cfef5218dfc028 /utils
parent54c6eb9d08ee310cec9604d018a1d496a838827e (diff)
downloaddpkg-f0325f1a3158f829c784f4e4aaa279550c2e361c.tar.gz
Use functions from libcompat when those are not provided by the system
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 2f5fb35b5..cd1e4f1f2 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -3,7 +3,7 @@
localedir = $(datadir)/locale
INCLUDES = \
-DLOCALEDIR=\"$(localedir)\" \
- -I$(top_srcdir)/libcompat \
+ -idirafter $(top_srcdir)/libcompat \
-I$(top_srcdir)/lib