chiark / gitweb /
[PATCH] namedev config files are fully parsed.
[elogind.git] / Makefile
index c73ee42a3efb64bbf2f0b010f7e1a81addf3279a..0013d06793b00f6947598bd308437a3d9a22b7e1 100644 (file)
--- a/Makefile
+++ b/Makefile
 
 # Set the following to `true' to make a debuggable build.
 # Leave this set to `false' for production use.
-DEBUG = false
+DEBUG = true
 
 
 ROOT =         udev
-#PREFIX =      diet
-VERSION =      0.01
+VERSION =      0.1
 INSTALL_DIR =  /usr/local/bin
-RELEASE_NAME = $(PREFIX)$(ROOT)-$(VERSION)
+RELEASE_NAME = $(ROOT)-$(VERSION)
 
 
 # Comment out this line to build with something other 
@@ -111,7 +110,8 @@ $(ARCH_LIB_OBJS) :
        $(MAKE) -C klibc
 
 OBJS = udev.o          \
-       logging.o
+       logging.o       \
+       namedev.o
 
 
 # header files automatically generated