aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-07-25 22:11:01 +1200
committerDavid <dbphillipsnz@gmail.com>2014-07-25 22:11:01 +1200
commit9c6b3292fcd778a06ce54c38c459bc521e045eee (patch)
treec138d20b170beebc2b65619992e0b57282c40d5a /Makefile
parent7abcda22dba07c74e052e0674619cd4c0d3a8a02 (diff)
downloadparamano-9c6b3292fcd778a06ce54c38c459bc521e045eee.tar.xz
Moved from sprintf to asprintf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 589df84..d721590 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,8 @@ EXTRA_CFLAGS+= -DPREFIX=\"$(PREFIX)\" \
-DTRAYFREQ_CONF=\"$(TRAYFREQ_CONF)\" \
-DLOCALEDIR=\"$(LOCALEDIR)\" \
-DSHAREDIR=\"$(SHAREDIR)\" \
- -DROOT_UID=$(ROOT_UID)
+ -DROOT_UID=$(ROOT_UID) \
+ -D_GNU_SOURCE
DEPS = bat_tray.h \