chiark / gitweb /
test-sizeof: print the size of an enum
[elogind.git] / Makefile.am
index 33bb9fd236a172f36a1e44d8bf0d881492aec239..f41296b13eeb95f8f95c31e050e7ff9d7b64bd87 100644 (file)
@@ -39,7 +39,7 @@ SUBDIRS = . po
 .PRECIOUS: $(TEST_SUITE_LOG) Makefile
 
 LIBELOGIND_CURRENT=18
-LIBELOGIND_REVISION=2
+LIBELOGIND_REVISION=3
 LIBELOGIND_AGE=18
 
 # Dirs of external packages
@@ -456,6 +456,8 @@ noinst_LTLIBRARIES += \
        libshared.la
 
 libshared_la_SOURCES = \
+       src/shared/udev-util.h \
+       src/shared/udev-util.c \
        src/shared/bus-util.c \
        src/shared/bus-util.h \
        src/shared/clean-ipc.c \