chiark / gitweb /
[PATCH] turn debugging messages off by default.
[elogind.git] / Makefile
index 67d38c04126d3a82c8941c0ecf6b82aa02bc7029..340ca87f2a7b6580ae0de360697e733f1cb6772a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
 
 # Set the following to `true' to make a debuggable build.
 # Leave this set to `false' for production use.
-DEBUG = true
+DEBUG = false
 
 
 ROOT =         udev
@@ -159,6 +159,7 @@ OBJS =      udev.o          \
        udevdb.o        \
        logging.o       \
        namedev.o       \
+       namedev_parse.o \
        $(SYSFS)        \
        $(TDB)