X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=0ad1729c0b2f0eed7d06c0e3e4bc2a6d814de3b3;hb=d96ea5048b2a901143059eecd32cb1607ceae041;hp=683f3f03c62f558f436933d4770146b70c9b85d4;hpb=13be49798cc4d1bdf84780b6a315e920f20fa11a;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 683f3f03c..0ad1729c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2587,8 +2587,7 @@ noinst_LTLIBRARIES += \ libudev_internal_la_SOURCES =\ $(libudev_la_SOURCES) \ - src/libudev/libudev-device-private.c \ - src/libudev/libudev-queue-private.c + src/libudev/libudev-device-private.c libudev_internal_la_CFLAGS = \ $(AM_CFLAGS) \ @@ -5052,7 +5051,7 @@ hwdb-update: .PHONY: kdbus-update kdbus-update: - ( cd $(top_srcdir)/src/libsystemd/ && \ + ( cd $(top_srcdir)/src/libsystemd/sd-bus/ && \ wget -N https://d-bus.googlecode.com/git/kdbus.h ) .PHONY: git-tag @@ -5169,6 +5168,9 @@ test_libsystemd_sym_LDADD = \ test_libudev_sym_SOURCES = \ test-libudev-sym.c +test_libudev_sym_CFLAGS = \ + $(AM_CFLAGS) \ + -Wno-deprecated-declarations test_libudev_sym_LDADD = \ libudev.la