]> git.saurik.com Git - apple/configd.git/blobdiff - scutil.tproj/Makefile
configd-42.tar.gz
[apple/configd.git] / scutil.tproj / Makefile
index c23c5f1d74186b9a38d92ef7bc0f3cac6f7c86e4..4daf58e29215a56ecf0c174fd23880a954377487 100644 (file)
@@ -13,13 +13,13 @@ PROJECTVERSION = 2.8
 PROJECT_TYPE = Tool
 
 HFILES = scutil.h commands.h dictionary.h session.h cache.h notify.h\
-        tests.h
+         tests.h
 
 CFILES = scutil.c commands.c dictionary.c session.c cache.c notify.c\
-        tests.c
+         tests.c
 
 OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
-           h.template
+            h.template
 
 
 MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
@@ -28,12 +28,13 @@ MAKEFILE = tool.make
 NEXTSTEP_INSTALLDIR = /usr/sbin
 WINDOWS_INSTALLDIR = /Library/Executables
 PDO_UNIX_INSTALLDIR = /bin
-LIBS =
+LIBS = 
 DEBUG_LIBS = $(LIBS)
 PROF_LIBS = $(LIBS)
 
 
-FRAMEWORKS = -framework SystemConfiguration
+NEXTSTEP_PB_CFLAGS = -DUSE_SYSTEMCONFIGURATION_PUBLIC_APIS
+FRAMEWORKS = -framework CoreFoundation -framework SystemConfiguration
 
 
 NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc