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

version 1.1.1.1.2.11, 2011/11/30 01:06:29 version 1.1.1.1.2.13, 2011/12/01 00:15:00
Line 20  INC = ../inc Line 20  INC = ../inc
 LIB = ../lib  LIB = ../lib
   
 LIBS = -laitio -laitcfg -lsqlite3  LIBS = -laitio -laitcfg -lsqlite3
LDADD = -laitmqtt ${LIBS}LDADD = -laitmqtt -lpthread -laitsched -laitio -laitcfg 
   
 CFLAGS = -I. -I${INC} -I${includedir} -Wall -O2 -fPIC -I/usr/local/include -g -O2  CFLAGS = -I. -I${INC} -I${includedir} -Wall -O2 -fPIC -I/usr/local/include -g -O2
 LDFLAGS = -L. -L${LIB} -L${libdir} -L/usr/local/lib   LDFLAGS = -L. -L${LIB} -L${libdir} -L/usr/local/lib 

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


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