From be7ce5a2f7f46e48c391d9b9c7501e4e138fc8c5 Mon Sep 17 00:00:00 2001 From: James Willcox Date: Thu, 19 Apr 2007 23:12:35 +0000 Subject: add a makefile rule for zssh.exe, and add a .pc file for avahi-ui-sharp git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1445 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- Makefile.am | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bc51911..0411c74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,6 +45,7 @@ EXTRA_DIST = \ avahi-qt3.pc.in \ avahi-qt4.pc.in \ avahi-sharp.pc.in \ + avahi-ui-sharp.pc.in \ avahi-compat-libdns_sd.pc.in \ avahi-compat-howl.pc.in \ avahi-ui.pc.in @@ -70,7 +71,8 @@ SUBDIRS = \ avahi-compat-libdns_sd \ avahi-compat-howl \ avahi-autoipd \ - avahi-ui + avahi-ui \ + avahi-ui-sharp DX_INPUT = \ $(srcdir)/avahi-common/address.h \ @@ -181,14 +183,19 @@ endif if HAVE_MONO -pkgconfig_DATA += avahi-sharp.pc +pkgconfig_DATA += avahi-sharp.pc avahi-ui-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 +avahi-ui-sharp.pc: avahi-ui-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 avahi-ui-sharp.pc endif -- cgit