chiark / gitweb /
move some logging to the info level
[elogind.git] / Makefile
index 5eb93bd500bdfbc6abfcdc65727a4a8e1b8119ad..ecc798de89ca5f7177dbd96a12fe980896dbf95c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ EXTRAS=
 # make the build silent. Set this to something else to make it noisy again.
 V=false
 
-VERSION =      064
+VERSION =      065
 ROOT =         udev
 DAEMON =       udevd
 SENDER =       udevsend
@@ -136,7 +136,6 @@ SYSFS_OBJS = \
        libsysfs/dlist.o
 
 UDEV_OBJS = \
-       udev_utils.o                    \
        udev_event.o                    \
        udev_device.o                   \
        udev_config.o                   \
@@ -146,6 +145,9 @@ UDEV_OBJS = \
        udev_db.o                       \
        udev_rules.o                    \
        udev_rules_parse.o              \
+       udev_utils.o                    \
+       udev_utils_file.o               \
+       udev_utils_run.o                \
        udev_libc_wrapper.o
 
 OBJS = \