Re: Where to get mdnsresponder?



Or use this. Found it in my archives - with Beagle of course ;)

/F

Fredrik Hedberg wrote:


 Then I've found mdnsresponder.net for Novell Forge CVS. But
this one don't contain mdnspresonder.pc (pkg-config file), which
is required for beagle auto discovery.


That's the one. However, you will have to roll your own mdnsresponder.pc since it's missing in CVS.

/Fredrik
_______________________________________________
Dashboard-hackers mailing list
Dashboard-hackers gnome org
http://mail.gnome.org/mailman/listinfo/dashboard-hackers


prefix= prefix@
exec_prefix= exec_prefix@
libdir= libdir@
bindir= bindir@

Name: mDnsResponder.Net
Description: Multi-cast DNS responder written in C# to the Mono/.NET platform.
Version: @VERSION@
Libs: -r:${bindir}/mDnsResponder.dll -r:${bindir}/mDnsResponderApi.dll

Index: Makefile.am
===================================================================
RCS file: /cvsroot/mdnsresponder/mdnsresponder/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- Makefile.am	28 Apr 2004 16:05:13 -0000	1.1
+++ Makefile.am	2 Jan 2005 16:07:29 -0000
@@ -2,7 +2,10 @@
 
 DIST_SUBDIRS = $(SUBDIRS)
 
-EXTRA_DIST = external
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = mdnsresponder.pc
+
+EXTRA_DIST = external ${pkgconfig_DATA}
 
 .PHONY: doc doc-clean
 doc:
Index: configure.in
===================================================================
RCS file: /cvsroot/mdnsresponder/mdnsresponder/configure.in,v
retrieving revision 1.3
diff -u -r1.3 configure.in
--- configure.in	6 May 2004 21:21:28 -0000	1.3
+++ configure.in	2 Jan 2005 16:07:29 -0000
@@ -253,6 +253,7 @@
 #
 AC_OUTPUT([
 Makefile
+mdnsresponder.pc
 src/Makefile
 src/mDnsResponderApi/Makefile
 src/mDnsResponder/Makefile


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]