Diff for /mqtt/src/Attic/Makefile between versions 1.1.1.1.2.1 and 1.1.1.1.2.4

version 1.1.1.1.2.1, 2011/11/18 17:23:59 version 1.1.1.1.2.4, 2011/11/22 14:48:25
Line 35  MQTT_SRCS = mqtt.c compile.c Line 35  MQTT_SRCS = mqtt.c compile.c
 MQTT_OBJS = mqtt.o compile.o  MQTT_OBJS = mqtt.o compile.o
 MQTT_PROG = mqtt  MQTT_PROG = mqtt
   
MQTTLIB_SRCS = aitmqtt.c conn.cMQTTLIB_SRCS = aitmqtt.c conn.c pub.c sub.c recv.c
MQTTLIB_OBJS = aitmqtt.o conn.oMQTTLIB_OBJS = aitmqtt.o conn.o pub.o sub.o recv.o
 LIBA = libaitmqtt.a  LIBA = libaitmqtt.a
 LIBSO = libaitmqtt.so  LIBSO = libaitmqtt.so
   

Removed from v.1.1.1.1.2.1  
changed lines
  Added in v.1.1.1.1.2.4


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