chiark / gitweb /
Remove librt dependency.
[elogind.git] / Makefile.am
index bbc6330797bcbad2974957a226a7e459fbb4ef68..4cee67380065aef0a9ef3906e7cc93d979e3a995 100644 (file)
@@ -276,7 +276,7 @@ endif
 endif
 
 EXTRA_DIST += \
-       $(filter-out man/systemd.directives.xml,$(XML_FILES)) \
+       $(filter-out man/elogind.directives.xml,$(XML_FILES)) \
        $(HTML_FILES) \
        $(HTML_ALIAS) \
        $(man_MANS) \
@@ -374,7 +374,6 @@ libbasic_la_LIBADD = \
        $(SELINUX_LIBS) \
        $(CAP_LIBS) \
        -ldl \
-       -lrt \
        -lm
 
 # -----------------------------------------------------------------------------