]> git.saurik.com Git - apple/mdnsresponder.git/blobdiff - Clients/Makefile
mDNSResponder-212.1.tar.gz
[apple/mdnsresponder.git] / Clients / Makefile
index 3fbb8df2d505e7153e92e4ff783737ecf0a7f860..9703ced3b71e50600a0d9d5588c8ed64cf20b43c 100755 (executable)
@@ -15,6 +15,9 @@
 # limitations under the License.
 #
 # $Log: Makefile,v $
+# Revision 1.12  2008/09/05 17:37:08  cheshire
+# Need to include ClientCommon.c when building dns-sd
+#
 # Revision 1.11  2007/05/29 19:57:33  cheshire
 # Use "-Wall" for stricter compiler warnings
 #
@@ -77,10 +80,10 @@ clean:
 build:
        mkdir build
 
-build/dns-sd: build dns-sd.c
+build/dns-sd: build dns-sd.c ClientCommon.c
        cc $(filter %.c %.o, $+) $(LIBS) -I../mDNSShared -Wall -o $@
 
-build/dns-sd64: build dns-sd.c
+build/dns-sd64: build dns-sd.c ClientCommon.c
        cc $(filter %.c %.o, $+) $(LIBS) -I../mDNSShared -Wall -o $@ -m64
 
 # Note, we can make a 'fat' version of dns-sd using 'lipo', as shown below, but we