Skip to content

Commit

Permalink
libsystemd-daemon doesn't exit anymore
Browse files Browse the repository at this point in the history
Its been renamed since v229. Thanks to @holomorph and @oschwede. Closes
issue #70.
  • Loading branch information
vodik committed Mar 13, 2016
1 parent 963b231 commit 50c069f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -22,8 +22,8 @@ base_CFLAGS = -std=c11 -g \
-D_GNU_SOURCE \ -D_GNU_SOURCE \
-DENVOY_VERSION=\"$(VERSION)\" -DENVOY_VERSION=\"$(VERSION)\"


libsystemd_CFLAGS = $(shell pkg-config --cflags libsystemd-daemon) libsystemd_CFLAGS = $(shell pkg-config --cflags libsystemd)
libsystemd_LDLIBS = $(shell pkg-config --libs libsystemd-daemon) libsystemd_LDLIBS = $(shell pkg-config --libs libsystemd)


dbus_CFLAGS = $(shell pkg-config --cflags dbus-1) dbus_CFLAGS = $(shell pkg-config --cflags dbus-1)
dbus_LDLIBS = $(shell pkg-config --libs dbus-1) dbus_LDLIBS = $(shell pkg-config --libs dbus-1)
Expand Down

0 comments on commit 50c069f

Please sign in to comment.