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

version 1.1.1.1.2.1, 2011/11/18 17:23:59 version 1.1.1.1.2.2, 2011/11/21 13:13:54
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
MQTTLIB_OBJS = aitmqtt.o conn.oMQTTLIB_OBJS = aitmqtt.o conn.o pub.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.2


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