chiark / gitweb /
implement drop-in directories
[elogind.git] / Makefile
index ac815a1fe13f01c0bc0ff510367990f065b782ff..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 \
@@ -17,7 +17,7 @@ COMMON= \
        automount.o \
        mount.o \
        device.o \
-       milestone.o \
+       target.o \
        snapshot.o \
        socket.o \
        timer.o \