chiark / gitweb /
bus-proxyd: ignore errors from sd_bus_creds_get_well_known_names()
[elogind.git] / Makefile.am
index a7a2b6d59fd741fcbe566eb32883b931c96848e9..904517ffa635647b4f7195425979e4cdbc69f622 100644 (file)
@@ -3089,6 +3089,7 @@ libsystemd_network_la_SOURCES = \
        src/libsystemd-network/lldp-port.c \
        src/libsystemd-network/lldp-internal.h \
        src/libsystemd-network/lldp-internal.c \
+       src/libsystemd-network/lldp-util.h \
        src/libsystemd-network/sd-lldp.h \
        src/libsystemd-network/sd-lldp.c
 
@@ -3607,6 +3608,7 @@ udevadm_LDADD = \
        libudev-core.la
 
 # ------------------------------------------------------------------------------
+if ENABLE_HWDB
 INSTALL_DIRS += \
        $(sysconfdir)/udev/hwdb.d
 
@@ -3655,6 +3657,7 @@ INSTALL_DATA_HOOKS += \
 
 hwdb-remove-hook:
        -test -n "$(DESTDIR)" || rm -f /etc/udev/hwdb.bin
+endif
 
 # ------------------------------------------------------------------------------
 TESTS += \
@@ -5034,10 +5037,13 @@ rootlibexec_PROGRAMS += \
        systemd-machined
 
 libsystemd_machine_core_la_SOURCES = \
-       src/machine/machined-dbus.c \
        src/machine/machine.c \
        src/machine/machine.h \
-       src/machine/machine-dbus.c
+       src/machine/image.c \
+       src/machine/image.h \
+       src/machine/machined-dbus.c \
+       src/machine/machine-dbus.c \
+       src/machine/image-dbus.c
 
 libsystemd_machine_core_la_LIBADD = \
        libsystemd-label.la \
@@ -5125,8 +5131,8 @@ bin_PROGRAMS += \
 
 systemd_import_SOURCES = \
        src/import/import.c \
-       src/import/import-dck.c \
-       src/import/import-dck.h \
+       src/import/import-dkr.c \
+       src/import/import-dkr.h \
        src/import/curl-util.c \
        src/import/curl-util.h \
        src/import/aufs-util.c \