chiark / gitweb /
udev: initialize rules dir timestamps when reading rules
[elogind.git] / Makefile.am
index 696372246053a5ced9ba78ca5ac049132ffdc863..278da18e1124be9ef5d284fa01e56230eff25679 100644 (file)
@@ -151,7 +151,7 @@ AM_CPPFLAGS = \
        -I $(top_srcdir)/src/udev \
        $(OUR_CPPFLAGS)
 
-AM_CFLAGS = $(OUR_GFLAGS)
+AM_CFLAGS = $(OUR_CFLAGS)
 AM_LDFLAGS = $(OUR_LDFLAGS)
 
 # ------------------------------------------------------------------------------
@@ -1398,6 +1398,7 @@ systemd_remount_fs_SOURCES = \
        src/core/mount-setup.h
 
 systemd_remount_fs_LDADD = \
+       libsystemd-label.la \
        libsystemd-shared.la
 
 # ------------------------------------------------------------------------------