From 913d48e3c8e7b27ba4c09282c0c31145a7d4aaee Mon Sep 17 00:00:00 2001 From: James Willcox Date: Fri, 9 Sep 2005 19:37:21 +0000 Subject: move avahi-sharp.pc to the root directory git-svn-id: file:///home/lennart/svn/public/avahi/trunk@546 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- Makefile.am | 15 ++++++++++++++- avahi-sharp.pc.in | 8 ++++++++ avahi-sharp/Makefile.am | 10 +--------- avahi-sharp/avahi-sharp.pc.in | 8 -------- 4 files changed, 23 insertions(+), 18 deletions(-) create mode 100644 avahi-sharp.pc.in delete mode 100644 avahi-sharp/avahi-sharp.pc.in diff --git a/Makefile.am b/Makefile.am index ace4a05..f3bff8f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,8 @@ EXTRA_DIST = \ avahi-client.pc.in \ avahi-glib.pc.in \ avahi-qt3.pc.in \ - avahi-qt4.pc.in + avahi-qt4.pc.in \ + avahi-sharp.pc.in SUBDIRS = \ common \ @@ -144,6 +145,18 @@ CLEANFILES += avahi-qt4.pc endif +if HAVE_MONO + +pkgconfig_DATA += avahi-sharp.pc + +avahi-sharp.pc: avahi-sharp.pc.in + sed -e 's,@prefix\@,$(prefix),g' \ + -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \ + -e 's,@libdir\@,$(libdir),g' $< > $@ + +CLEANFILES += avahi-sharp.pc + +endif MOSTLYCLEANFILES = $(DX_CLEANFILES) diff --git a/avahi-sharp.pc.in b/avahi-sharp.pc.in new file mode 100644 index 0000000..dd067f3 --- /dev/null +++ b/avahi-sharp.pc.in @@ -0,0 +1,8 @@ +prefix=@prefix@ +exec_prefix=@prefix@ +libdir=@libdir@ + +Name: avahi-sharp +Description: Mono bindings for the Avahi mDNS/DNS-SD stack +Version: @PACKAGE_VERSION@ +Libs: -r:${libdir}/mono/gac/avahi-sharp/avahi-sharp.dll diff --git a/avahi-sharp/Makefile.am b/avahi-sharp/Makefile.am index e912715..bd3e7e1 100644 --- a/avahi-sharp/Makefile.am +++ b/avahi-sharp/Makefile.am @@ -3,7 +3,7 @@ ASSEMBLY = avahi-sharp.dll CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb -EXTRA_DIST = $(AVAHISOURCES) avahi.snk avahi-sharp.pc.in +EXTRA_DIST = $(AVAHISOURCES) avahi.snk AVAHISOURCES = \ $(srcdir)/AssemblyInfo.cs \ @@ -24,14 +24,6 @@ $(ASSEMBLY): $(AVAHISOURCES) if HAVE_MONO all: $(ASSEMBLY) -pkgcfgdir = $(libdir)/pkgconfig -pkgcfg_DATA = avahi-sharp.pc - -avahi-sharp.pc: avahi-sharp.pc.in - sed -e 's,@prefix\@,$(prefix),g' \ - -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \ - -e 's,@libdir\@,$(libdir),g' $< > $@ - install-data-hook: $(GACUTIL) /i $(ASSEMBLY) /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir) endif diff --git a/avahi-sharp/avahi-sharp.pc.in b/avahi-sharp/avahi-sharp.pc.in deleted file mode 100644 index dd067f3..0000000 --- a/avahi-sharp/avahi-sharp.pc.in +++ /dev/null @@ -1,8 +0,0 @@ -prefix=@prefix@ -exec_prefix=@prefix@ -libdir=@libdir@ - -Name: avahi-sharp -Description: Mono bindings for the Avahi mDNS/DNS-SD stack -Version: @PACKAGE_VERSION@ -Libs: -r:${libdir}/mono/gac/avahi-sharp/avahi-sharp.dll -- cgit