chiark / gitweb /
properly terminate strings with NUL byte
[elogind.git] / Makefile
index c473262effbf76c78393004067f118e6fa8a266f..119d3dc66365d6cbff16170d5f16ed22511a6ec0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-CFLAGS=-Wall -Wextra -O0 -g -pipe -D_GNU_SOURCE -fdiagnostics-show-option -Wno-unused-parameter
+CFLAGS=-Wall -Wextra -O0 -g -pipe -D_GNU_SOURCE -fdiagnostics-show-option -Wno-unused-parameter -DUNIT_PATH=\"/tmp/does/not/exist\"
 LIBS=-lrt -lcap
 
 COMMON= \
-       name.o \
+       unit.o \
        util.o \
        set.o \
        hashmap.o \