diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-11 13:35:11 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-11 13:35:11 +0200 |
commit | 3119fb1ec2aa6ce7aca87844ca0581cbf3c0d193 (patch) | |
tree | 0e3e2da41fad53a09b66b54f165142b0d5b0e22c /Makefile | |
parent | Add get_pidfile_pathname (diff) | |
download | coopgammad-3119fb1ec2aa6ce7aca87844ca0581cbf3c0d193.tar.gz coopgammad-3119fb1ec2aa6ce7aca87844ca0581cbf3c0d193.tar.bz2 coopgammad-3119fb1ec2aa6ce7aca87844ca0581cbf3c0d193.tar.xz |
Implement use of PID file
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ PKGNAME = gammad COMmAND = gammad -SRC = filter gammad output ramps +SRC = filter gammad output ramps util OPTIMISE = -Og -g @@ -20,7 +20,7 @@ FFLAGS = -fstrict-aliasing -fstrict-overflow -fipa-pure-const -ftree-vrp -fstack CCFLAGS = -std=c99 $(WARN) $(FFLAGS) $(OPTIMISE) LDFLAGS = $(OPTIMISE) -lgamma -CPPFLAGS = -D'PKGNAME="$(PKGNAME)"' -D'COMMAND="$(COMMAND)"' +CPPFLAGS = -D'PKGNAME="$(PKGNAME)"' -D'COMMAND="$(COMMAND)"' -D_XOPEN_SOURCE=700 .PHONY: all |