summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-01-19 14:05:12 +0100
committerSven Eden <yamakuzure@gmx.net>2017-03-14 10:23:02 +0100
commitbec1345672f400faca26c4d231c0b6a7360801ed (patch)
tree16365809d429f37d0f170d0af96d3e4564af991b /Makefile.am
parentb514d6c9dcc7c0d7353f975ecfb94f2197c73cf1 (diff)
Remove sd_is_mq
* src/systemd/sd-daemon.h: * src/libelogind/sd-daemon/sd-daemon.c (sd_is_mq): Remove unused function that depended on librt. Ultimately we should remove this header at some point.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6a19521b0..4cee67380 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -374,7 +374,6 @@ libbasic_la_LIBADD = \
$(SELINUX_LIBS) \
$(CAP_LIBS) \
-ldl \
- -lrt \
-lm
# -----------------------------------------------------------------------------