common.mk: Move -lm to i3_LIBS

This commit is contained in:
Quentin Glidic
2012-07-22 23:47:34 +02:00
parent 60bc6b0400
commit 5cf3751482
2 changed files with 1 additions and 2 deletions

View File

@ -77,7 +77,6 @@ CFLAGS += $(call cflags_for_lib, xcb-randr)
CFLAGS += $(call cflags_for_lib, xcb)
CFLAGS += $(call cflags_for_lib, x11)
LIBS += -lm
LIBS += -L $(TOPDIR) -li3
LIBS += $(call ldflags_for_lib, xcb-event,xcb-event)
LIBS += $(call ldflags_for_lib, xcb-keysyms,xcb-keysyms)