summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-04-20 03:08:28 +0200
committerLennart Poettering <lennart@poettering.net>2009-04-20 03:08:28 +0200
commit9476b3bd4f7cf90df5408a6a6b169db210c2c10a (patch)
treefc314936fa625031eac0736decfcfdfcde0e7279
parent02e457a55e8720288bc4786a8d5f2662d96944d0 (diff)
build-system: properly quote CFLAGS/LIBS for apxs
Should fix build on systems where AVAHI_LIBS/AVAHI_CFLAGS is not empty. Pointed out by Scott Brian.
-rw-r--r--src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index fd99c17..702f2b2 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -16,8 +16,8 @@
APXS=@APXS@
APACHECTL=@APACHECTL@
-LIBS=-Wl,"@LIBS@" @AVAHI_LIBS@
-CFLAGS=-Wc,"@CFLAGS@" @AVAHI_CFLAGS@
+LIBS=-Wl,"@LIBS@ @AVAHI_LIBS@"
+CFLAGS=-Wc,"@CFLAGS@ @AVAHI_CFLAGS@"
all: mod_dnssd.la