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

version 1.1.1.1.2.9, 2011/11/28 22:28:08 version 1.1.1.1.2.10, 2011/11/30 00:12:30
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.cMQTTD_SRCS = mqttd.c compile.c dl.c utils.c
MQTTD_OBJS = mqttd.o compile.o dl.oMQTTD_OBJS = mqttd.o compile.o dl.o utils.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.9  
changed lines
  Added in v.1.1.1.1.2.10


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