X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dmx%2Fdaemon%2FMakefile;h=cc6cdd44909c4ee5a92206ce75adf98e4ba63045;hb=3038b627489dae62ce54d415a4bcfc4cfd28f084;hp=9ac9ef94befd640d2274e542d6138f7e9e8ee067;hpb=046cd444704b9b457dd85cc2d22e1ec61b9cc184;p=home-hw.git diff --git a/dmx/daemon/Makefile b/dmx/daemon/Makefile index 9ac9ef9..cc6cdd4 100644 --- a/dmx/daemon/Makefile +++ b/dmx/daemon/Makefile @@ -7,7 +7,7 @@ MOSQUITTO_CFLAGS := $(shell $(PC) --cflags libmosquitto) MOSQUITTO_LIBS := $(shell $(PC) --libs libmosquitto) CFLAGS=-O2 -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes $(UCW_CFLAGS) $(USB_CFLAGS) $(MOSQUITTO_CFLAGS) -LDLIBS=$(UCW_LIBS) $(USB_LIBS) $(MOSQUITTO_LIBS) -lpthread +LDLIBS=$(UCW_LIBS) $(USB_LIBS) $(MOSQUITTO_LIBS) -lpthread -lm all: burrow-dmxd