Added file dirs/subs to ccenter

This commit is contained in:
Andrew Pamment
2017-03-28 14:17:48 +10:00
parent ccf25b800f
commit cf280900be
6 changed files with 420 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ CC=cc
CFLAGS=-I/usr/local/include
DEPS = main.c
OBJ = main.o load_ini.o systemconfig.o systempaths.o mailconfs.o mailareas.o ../../inih/ini.o
OBJ = main.o load_ini.o systemconfig.o systempaths.o mailconfs.o mailareas.o filedirs.o filesubs.o ../../inih/ini.o
%.o: %.c $(DEPS)
$(CC) -c -o $@ $< $(CFLAGS) -I../../deps/cdk-5.0-20161210/include/