chiark / gitweb /
build-sys: link libsystemd-login also against libsystemd-daemon-internal
[elogind.git] / Makefile.am
index 3073b0df84b8d857edb6ebd4ca764216d03ba5db..175d14b3aec552c22ff9859484ca2cfc967d52d0 100644 (file)
@@ -471,8 +471,7 @@ EXTRA_DIST += \
        units/initrd-cleanup.service.in \
        units/initrd-udevadm-cleanup-db.service.in \
        units/initrd-switch-root.service.in \
-       introspect.awk \
-       man/custom-html.xsl
+       introspect.awk
 
 CLEANFILES += \
        units/console-shell.service.m4 \
@@ -2882,7 +2881,8 @@ systemd_bootchart_SOURCES = \
        src/bootchart/bootchart.h \
        src/bootchart/store.c \
        src/bootchart/store.h \
-       src/bootchart/svg.c
+       src/bootchart/svg.c \
+       src/bootchart/svg.h
 
 systemd_bootchart_LDADD = \
        libsystemd-shared.la
@@ -3356,7 +3356,8 @@ libsystemd_login_la_LDFLAGS = \
        -Wl,--version-script=$(top_srcdir)/src/login/libsystemd-login.sym
 
 libsystemd_login_la_LIBADD = \
-       libsystemd-shared.la
+       libsystemd-shared.la \
+       libsystemd-daemon-internal.la
 
 libsystemd_login_internal_la_SOURCES = \
        $(libsystemd_login_la_SOURCES)
@@ -3718,6 +3719,10 @@ endef
 
 endif
 
+EXTRA_DIST += \
+       man/custom-html.xsl \
+       man/custom-man.xsl
+
 # ------------------------------------------------------------------------------
 DBUS_PREPROCESS = $(CPP) -P $(CFLAGS) $(DBUS_CFLAGS) -imacros dbus/dbus-protocol.h