aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-04-24 19:33:15 +1200
committerDavid Phillips <david@sighup.nz>2017-04-24 19:33:15 +1200
commit8186d4c7a4afb34a1d48748387b8d09cfba791e5 (patch)
tree5296aab4495a55a9a047bf899dbf5f209e3d2091
parente5e9bc797fb4183ba2c915836d4594e5843ce6da (diff)
downloadparamano-8186d4c7a4afb34a1d48748387b8d09cfba791e5.tar.xz
Make all objects depend on all header files
-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 \