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 | 4297d84d20dee84620e600a29bfa24572677cf05 (patch) | |
tree | c138d20b170beebc2b65619992e0b57282c40d5a /Makefile | |
parent | 42d79b75c81f6d25293c02eab71e3437d9d892b5 (diff) | |
download | paramano-4297d84d20dee84620e600a29bfa24572677cf05.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 \ |