diff --git a/Makefile.common b/Makefile.common index 14d4d77..8648205 100644 --- a/Makefile.common +++ b/Makefile.common @@ -18,8 +18,8 @@ endif CC ?= gcc PKG_CONFIG ?= pkg-config -LIBS = $(shell $(PKG_CONFIG) --libs gtk+-2.0 gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0 x11) -INCS = $(shell $(PKG_CONFIG) --cflags gtk+-2.0 gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0 x11) +LIBS = $(shell $(PKG_CONFIG) --libs gtk+-2.0 gdk-pixbuf-2.0 x11) +INCS = $(shell $(PKG_CONFIG) --cflags gtk+-2.0 gdk-pixbuf-2.0 x11) CFLAGS ?= -O2 -Wall ifneq (,$(DEVEL)) CFLAGS ?= -g -Wall diff --git a/main.c b/main.c index bdf5bdc..c9a92f7 100644 --- a/main.c +++ b/main.c @@ -2,7 +2,6 @@ #include #include -#include #include #include "panel.h"