summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-04 19:20:47 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-04 19:20:47 +0000
commit941853354848fca4cc39bd72e6f34ca54443a9c8 (patch)
tree1b67681301a567bcb31e9be7dd8292bcb8ce7fcf /Makefile.am
parent0735d74a85fd71450340d761629cea391a705166 (diff)
rename compat-bonjour to compat-libdns_sd part II
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@696 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 6ada70a..ffbc6f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,7 +60,7 @@ SUBDIRS = \
man \
tests \
service-type-database \
- compat-bonjour
+ compat-libdns_sd
DX_INPUT = \
@@ -94,13 +94,13 @@ DX_EXAMPLE_PATH = $(srcdir)/examples
DX_EXAMPLE_PATTERNS = *.c
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = avahi-core.pc avahi-compat-bonjour.pc
+pkgconfig_DATA = avahi-core.pc avahi-compat-libdns_sd.pc
avahi-core.pc: avahi-core.pc.in
sed -e 's,@prefix\@,$(prefix),g' \
-e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@
-avahi-compat-bonjour.pc: avahi-compat-bonjour.pc.in
+avahi-compat-libdns_sd.pc: avahi-compat-libdns_sd.pc.in
sed -e 's,@prefix\@,$(prefix),g' \
-e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@