chiark / gitweb /
[PATCH] turn debugging messages off by default.
[elogind.git] / Makefile
index d8d2ec0d7baea7bba48905a57132456e513daa7a..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
@@ -124,7 +124,7 @@ ifeq ($(strip $(KLIBC)),true)
                -I$(INCLUDE_DIR)/bits$(BITSIZE) -I$(GCCINCDIR) -Iklibc/linux/include \
                -D__KLIBC__
        LIB_OBJS =
-       LDFLAGS = --static --nostdlib -nostartfiles
+       LDFLAGS = --static --nostdlib -nostartfiles -nodefaultlibs
 else
        CRT0 =
        LIBC = 
@@ -159,6 +159,7 @@ OBJS =      udev.o          \
        udevdb.o        \
        logging.o       \
        namedev.o       \
+       namedev_parse.o \
        $(SYSFS)        \
        $(TDB)