--- mqtt/src/Attic/Makefile 2011/11/28 22:28:08 1.1.1.1.2.9 +++ mqtt/src/Attic/Makefile 2011/12/01 00:10:18 1.1.1.1.2.12 @@ -3,7 +3,7 @@ # by Michael Pounov # # $Author: misho $ -# $Id: Makefile,v 1.1.1.1.2.9 2011/11/28 22:28:08 misho Exp $ +# $Id: Makefile,v 1.1.1.1.2.12 2011/12/01 00:10:18 misho Exp $ # prefix = /usr/local exec_prefix = ${prefix} @@ -19,7 +19,7 @@ BIN = ../bin INC = ../inc LIB = ../lib -LIBS = -laitio -laitcfg -lsqlite3 +LIBS = -laitio -laitcfg -laitsched -lsqlite3 LDADD = -laitmqtt ${LIBS} CFLAGS = -I. -I${INC} -I${includedir} -Wall -O2 -fPIC -I/usr/local/include -g -O2 @@ -28,8 +28,8 @@ LDFLAGS = -L. -L${LIB} -L${libdir} -L/usr/local/lib SRCS = ${MQTTLIB_SRCS} ${MQTTD_SRCS} ${MQTT_SRCS} ${MQTTPUB_SRCS} ${MQTTACC_SRCS} ${MQTTLOG_SRCS} PROGS = ${LIBA} ${LIBSO} ${MQTTD_PROG} ${MQTT_PROG} ${RTLM_PUB} ${RTLM_ACC} ${RTLM_LOG} -MQTTD_SRCS = mqttd.c compile.c dl.c -MQTTD_OBJS = mqttd.o compile.o dl.o +MQTTD_SRCS = mqttd.c compile.c dl.c utils.c daemon.c +MQTTD_OBJS = mqttd.o compile.o dl.o utils.o daemon.o MQTTD_PROG = mqttd MQTT_SRCS = mqtt.c compile.c dl.c