aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-10 06:12:30 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-10 06:12:30 +1000
commitdafeac5c4020dd2aede162ed780eb7093afaa413 (patch)
tree929ccfbe2d0d49554ac21f6fd64797c06ffe1498 /Makefile.in
parenteffea859849b38e3af75c414e29f7053c130967c (diff)
Fix compilation issues in xdg library caused missing headers. Thanks to Jamessan for the report.
darcs-hash:20061009201230-ac50b-4b5c183fbd88ef45a0ededdc3eea79191951fb5f.gz
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 725bf89c..316202d0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,9 +49,9 @@ prefix = @prefix@
optbindirs = @optbindirs@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
-MACROS=-DLOCALEDIR=\"$(localedir)\" -DPREFIX=L\"$(prefix)\" -DDATADIR=L\"$(datadir)\" -DSYSCONFDIR=L\"$(sysconfdir)\"
-CFLAGS=@CFLAGS@ $(MACROS)
-CPPFLAGS=@CPPFLAGS@
+MACROS=-DLOCALEDIR=\"$(localedir)\" -DPREFIX=L\"$(prefix)\" -DDATADIR=L\"$(datadir)\" -DSYSCONFDIR=L\"$(sysconfdir)\" -DHAVE_CONFIG_H
+CFLAGS=@CFLAGS@ $(MACROS)
+CPPFLAGS=@CPPFLAGS@ -I.
LDFLAGS= @LIBS@ @LDFLAGS@