PROJECT_TYPE = Tool
HFILES = scutil.h commands.h dictionary.h session.h cache.h notify.h\
- tests.h
+ tests.h prefs.h
CFILES = scutil.c commands.c dictionary.c session.c cache.c notify.c\
- tests.c
+ tests.c prefs.c
OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
h.template
PROF_LIBS = $(LIBS)
+NEXTSTEP_PB_LDFLAGS = -ledit
FRAMEWORKS = -framework CoreFoundation -framework SystemConfiguration