Diff for /mqtt/src/Attic/Makefile between versions 1.1.1.1.2.2 and 1.1.1.1.2.3

version 1.1.1.1.2.2, 2011/11/21 13:13:54 version 1.1.1.1.2.3, 2011/11/21 15:03:46
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.c pub.cMQTTLIB_SRCS = aitmqtt.c conn.c pub.c sub.c
MQTTLIB_OBJS = aitmqtt.o conn.o pub.oMQTTLIB_OBJS = aitmqtt.o conn.o pub.o sub.o
 LIBA = libaitmqtt.a  LIBA = libaitmqtt.a
 LIBSO = libaitmqtt.so  LIBSO = libaitmqtt.so
   

Removed from v.1.1.1.1.2.2  
changed lines
  Added in v.1.1.1.1.2.3


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