thermometers/Makefile

changeset 144
3446371e0bdb
parent 59
da4837cc3573
--- a/thermometers/Makefile	Tue Jul 29 20:11:23 2014 +0200
+++ b/thermometers/Makefile	Tue Jul 29 20:42:02 2014 +0200
@@ -16,7 +16,7 @@
 all:		${TARGET}
 
 thermometers:	${OBJS}
-		${CC} -o thermometers ${OBJS} ${LDFLAGS} -lmosquitto ${LIBS}
+		${CC} -o thermometers ${OBJS} ${LDFLAGS} ${LIBS}
 
 clean:
 		rm -f ${TARGET} *.o *.h~ *.c~ core filelist Makefile.bak

mercurial