PROJECT_TYPE = Tool
HFILES = configd.h _SCD.h configd_server.h notify_server.h\
- plugin_support.h session.h notify.h
+ plugin_support.h session.h notify.h
MFILES = configd.m
CFILES = _SCD.c configd_server.c notify_server.c plugin_support.c\
- session.c notify.c _configopen.c _configclose.c _configlock.c\
- _configunlock.c _configlist.c _configadd.c _configadd_s.c\
- _configget.c _configset.c _configremove.c _configtouch.c\
- _notifyadd.c _notifyremove.c _notifychanges.c _notifyviaport.c\
- _notifyviafd.c _notifyviasignal.c _notifycancel.c _snapshot.c
+ session.c notify.c _configopen.c _configclose.c _configlock.c\
+ _configunlock.c _configlist.c _configadd.c _configadd_s.c\
+ _configget.c _configset.c _configremove.c _configtouch.c\
+ _confignotify.c _notifyadd.c _notifyremove.c _notifychanges.c\
+ _notifyviaport.c _notifyviafd.c _notifyviasignal.c\
+ _notifycancel.c _snapshot.c
OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
- h.template config.defs
+ h.template config.defs
MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
PROF_LIBS = $(LIBS)
-FRAMEWORKS = -framework SystemConfiguration
+FRAMEWORKS = -framework CoreFoundation -framework SystemConfiguration
NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc