From b24304ebe9d45044db4798f904d55cc26bca977c Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 1 Dec 2016 21:35:18 +0100 Subject: Use systemd service manager notification Notify systemd service manager when our initialization sequence completed. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c33806f..4b59aa8 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3-54-g00ecf