chiark / gitweb /
[PATCH] 014_bk mark
[elogind.git] / Makefile
index 88c7cf0bc767167ccfeb29189a827e15f306424f..8ff4dd1384bea4102bae1995dec7be38050699d2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
 
 # Set the following to control the use of syslog
 # Set it to `false' to remove all logging
-LOG = true
+USE_LOG = true
 
 # Set the following to `true' to log the debug
 # and make a unstripped, unoptimized  binary.
@@ -31,7 +31,7 @@ USE_DBUS = false
 
 
 ROOT =         udev
-VERSION =      013_bk
+VERSION =      014_bk
 INSTALL_DIR =  /usr/local/bin
 RELEASE_NAME = $(ROOT)-$(VERSION)
 LOCAL_CFG_DIR =        etc/udev
@@ -109,7 +109,7 @@ else
        CFLAGS+=-pipe
 endif
 
-ifeq ($(strip $(LOG)),true)
+ifeq ($(strip $(USE_LOG)),true)
        CFLAGS  += -DLOG
 endif