X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=f8fe2529ab92d41ff75567d576baba98462f784e;hb=c678406681d32d56730b9e9c002d5500d7aa7f8b;hp=b40a1c16aa9e58ec9cd97dbf6678e8015c9aa361;hpb=b5a223bfcf2ebcf374973b29870a5e80fb42b8be;p=elogind.git diff --git a/Makefile.am b/Makefile.am index b40a1c16a..f8fe2529a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1115,6 +1115,7 @@ libsystemd_core_la_LIBADD = \ libsystemd-dbus.la \ libsystemd-audit.la \ libsystemd-id128-internal.la \ + libsystemd-daemon.la \ libudev.la \ $(LIBWRAP_LIBS) \ $(PAM_LIBS) \ @@ -4145,7 +4146,8 @@ distclean-local: $(DISTCLEAN_LOCAL_HOOKS) clean-local: rm -rf $(abs_srcdir)/install-tree - rm -f $(abs_srcdir)/hwdb/usb.ids $(abs_srcdir)/hwdb/pci.ids $(abs_srcdir)/hwdb/oui.txt + rm -f $(abs_srcdir)/hwdb/usb.ids $(abs_srcdir)/hwdb/pci.ids $(abs_srcdir)/hwdb/oui.txt \ + $(abs_srcdir)/hwdb/iab.txt DISTCHECK_CONFIGURE_FLAGS = \ --with-dbuspolicydir=$$dc_install_base/$(dbuspolicydir) \ @@ -4173,6 +4175,7 @@ hwdb-update: wget -N http://www.linux-usb.org/usb.ids && \ wget -N http://pci-ids.ucw.cz/v2.2/pci.ids && \ wget -N http://standards.ieee.org/develop/regauth/oui/oui.txt && \ + wget -N http://standards.ieee.org/develop/regauth/iab/iab.txt && \ ./ids-update.pl ) upload: all distcheck