aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 951e182..5002c69 100644
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,8 @@ FILES = Makefile README hostname-post s2u.c s2u.sh s2u.spec \
DEFS = -DDBUS_API_SUBJECT_TO_CHANGE=1
CC = gcc
CFLAGS = -O2 -pipe -Wall -Werror
-INCLUDES = $(shell pkg-config dbus-glib-1 --cflags)
-LDFLAGS = $(shell pkg-config dbus-glib-1 --libs)
+INCLUDES = $(shell pkg-config dbus-glib-1 gdk-2.0 --cflags)
+LDFLAGS = $(shell pkg-config dbus-glib-1 gdk-2.0 --libs)
COMPILE = $(CC) $(DEFS) $(CFLAGS)