add PID file handling to clients (including signal handling to remove the files)
This commit is contained in:
@@ -12,7 +12,7 @@ if DARWIN
|
||||
AM_LDFLAGS = -framework CoreFoundation -framework IOKit
|
||||
endif
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir) -DSYSCONFDIR=\"$(sysconfdir)\"
|
||||
AM_CPPFLAGS = -I$(top_srcdir) -DSYSCONFDIR=\"$(sysconfdir)\" -DPIDFILEDIR=\"$(pidfiledir)\"
|
||||
|
||||
#AM_CFLAGS = -g -O0
|
||||
#AM_LDFLAGS = -g
|
||||
|
||||
Reference in New Issue
Block a user