diff options
author | David <dbphillipsnz@gmail.com> | 2014-07-25 22:11:01 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-07-25 22:11:01 +1200 |
commit | 9c6b3292fcd778a06ce54c38c459bc521e045eee (patch) | |
tree | c138d20b170beebc2b65619992e0b57282c40d5a /Makefile | |
parent | 7abcda22dba07c74e052e0674619cd4c0d3a8a02 (diff) | |
download | paramano-9c6b3292fcd778a06ce54c38c459bc521e045eee.tar.xz |
Moved from sprintf to asprintf
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |