summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-01-19 02:58:04 +0000
committerLennart Poettering <lennart@poettering.net>2006-01-19 02:58:04 +0000
commit81052de536157baf8839ad6083d2caceea79762a (patch)
tree3f8259711f850cb87a59b147b91be41fb33d5b75 /src
parent6cd4214ec853e26845cf3f139d6de7bf7d5eaf68 (diff)
semi-fix that other distcheck bug
git-svn-id: file:///home/lennart/svn/public/mod_dnssd/trunk@19 634eccf8-0006-0410-930e-e16565b0b7de
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index c1901e8..c4401fc 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -7,8 +7,8 @@ CFLAGS=-Wc,"@CFLAGS@" @AVAHI_CFLAGS@
all: mod_dnssd.la
-mod_dnssd.la: mod_dnssd.c
- $(APXS) -c $(CFLAGS) $(LIBS) mod_dnssd.c
+mod_dnssd.la: @srcdir@/mod_dnssd.c
+ $(APXS) -c $(CFLAGS) $(LIBS) $<
install: mod_dnssd.la
$(APXS) -i -a mod_dnssd.la