X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=makefile;h=1c09ba9ad9c387db2652355eee5ed082f5ddae5c;hb=fd2a24f10152d543fd83f0ae30c298ba6f3ff7e4;hp=03939641bc6d182aae2385aacea91396318e856f;hpb=1dd089532f4b385c3af1a2506a0d9a7fa40ff66d;p=wmpus diff --git a/makefile b/makefile index 0393964..1c09ba9 100644 --- a/makefile +++ b/makefile @@ -22,7 +22,7 @@ HEADERS += $(addsuffix -client-protocol.h,$(PROTOCOL)) HEADERS += $(addsuffix -server-protocol.h,$(PROTOCOL)) OBJECTS += $(addsuffix -protocol.o,$(PROTOCOL)) -sys-xwl.o: CFLAGS += $(shell pkg-config --cflags gtk+-3.0) +sys-xwl.o: CFLAGS += $(shell pkg-config --cflags gtk+-3.0 libevdev) wmpus: LDFLAGS += $(shell pkg-config --libs gtk+-3.0) endif