X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile;h=f19354fb05ea9c5c8774f382cfc20e2867cf5661;hp=88c7cf0bc767167ccfeb29189a827e15f306424f;hb=0523018487a60ad817556af30632a212ad3351e0;hpb=54988802b795328ceba29480611102902e88f572 diff --git a/Makefile b/Makefile index 88c7cf0bc..f19354fb0 100644 --- 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. @@ -109,7 +109,7 @@ else CFLAGS+=-pipe endif -ifeq ($(strip $(LOG)),true) +ifeq ($(strip $(USE_LOG)),true) CFLAGS += -DLOG endif