diff options
author | Christian Hesse <mail@eworm.de> | 2016-12-01 21:35:18 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-12-01 21:35:18 +0100 |
commit | b24304ebe9d45044db4798f904d55cc26bca977c (patch) | |
tree | c65dd1f1e3bb4c63be855143c6ddfd8522424c17 /Makefile | |
parent | d95a2a13593224986628ceff346eed07007c199c (diff) | |
download | pacredir-b24304ebe9d45044db4798f904d55cc26bca977c.tar.gz pacredir-b24304ebe9d45044db4798f904d55cc26bca977c.tar.zst |
Use systemd service manager notification
Notify systemd service manager when our initialization sequence
completed.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ SED := sed # flags CFLAGS += -std=c11 -O2 -fPIC -Wall -Werror CFLAGS_EXTRA += -lpthread +CFLAGS_EXTRA += $(shell pkg-config --libs --cflags libsystemd) CFLAGS_EXTRA += $(shell pkg-config --libs --cflags libcurl) CFLAGS_EXTRA += $(shell pkg-config --libs --cflags avahi-client) CFLAGS_EXTRA += $(shell pkg-config --libs --cflags libmicrohttpd) |