Diff for /mqtt/src/Attic/Makefile between versions 1.1.1.1.2.10 and 1.1.1.1.2.11

version 1.1.1.1.2.10, 2011/11/30 00:12:30 version 1.1.1.1.2.11, 2011/11/30 01:06:29
Line 28  LDFLAGS = -L. -L${LIB} -L${libdir} -L/usr/local/lib  Line 28  LDFLAGS = -L. -L${LIB} -L${libdir} -L/usr/local/lib 
 SRCS = ${MQTTLIB_SRCS} ${MQTTD_SRCS} ${MQTT_SRCS} ${MQTTPUB_SRCS} ${MQTTACC_SRCS} ${MQTTLOG_SRCS}  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}  PROGS = ${LIBA} ${LIBSO} ${MQTTD_PROG} ${MQTT_PROG} ${RTLM_PUB} ${RTLM_ACC} ${RTLM_LOG}
   
MQTTD_SRCS = mqttd.c compile.c dl.c utils.cMQTTD_SRCS = mqttd.c compile.c dl.c utils.c daemon.c
MQTTD_OBJS = mqttd.o compile.o dl.o utils.oMQTTD_OBJS = mqttd.o compile.o dl.o utils.o daemon.o
 MQTTD_PROG = mqttd  MQTTD_PROG = mqttd
   
 MQTT_SRCS = mqtt.c compile.c dl.c  MQTT_SRCS = mqtt.c compile.c dl.c

Removed from v.1.1.1.1.2.10  
changed lines
  Added in v.1.1.1.1.2.11


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>