Print this page
7120 mDNS resync was not wsdiff safe
@@ -20,11 +20,10 @@
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
LIBRARY= libjdns_sd.a
VERS= .1
OBJECTS= JNISupport.o
@@ -37,10 +36,11 @@
C99MODE = $(C99_ENABLE)
CPPFLAGS += -I$(JAVA_ROOT)/include -I$(JAVA_ROOT)/include/solaris
CPPFLAGS += -I../com/apple/dnssd
CPPFLAGS += -D_REENTRANT
+CPPFLAGS += -DMDNS_VERSIONSTR_NODTS
LDLIBS += -lc -lsocket -ldns_sd
CLEANFILES= $(LINTOUT) $(LINTLIB)