aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index c3844c6..21ce002 100644
--- a/config.mk
+++ b/config.mk
@@ -48,7 +48,8 @@ CFLAGS += -I/usr/include/gtk-2.0 \
-I/usr/include/glib-2.0 \
-I/usr/lib/glib-2.0/include \
-Wall \
- -D_=gettext
+ -D_=gettext \
+ $(DEFS)
LDFLAGS += -lgtk-x11-2.0 \
-lgobject-2.0 \