chiark / gitweb /
don not print error if GOTO jumps just to next rule
[elogind.git] / udev / Makefile.am
index b9e2e89620b2da468625d5a70aef3dacd4dedc5a..c0df391d6f6d00e7d05e503ca7355ff09e484b80 100644 (file)
@@ -25,7 +25,6 @@ common_files = \
        udev_sysfs.c \
        udev_utils.c \
        udev_utils_file.c \
-       udev_selinux.c \
        list.h \
        lib/libudev.h \
        lib/libudev-private.h \
@@ -39,6 +38,8 @@ common_files = \
        lib/libudev-ctrl.c
 
 if USE_SELINUX
+common_files += \
+       udev_selinux.c
 common_ldadd += \
        $(SELINUX_LIBS)
 endif