X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile;h=119d3dc66365d6cbff16170d5f16ed22511a6ec0;hb=0301abf48ed3be921c33d409c73b554435cf6378;hp=c473262effbf76c78393004067f118e6fa8a266f;hpb=c22cbe2672db2c95647c9412cfb4331d2be279a7;p=elogind.git diff --git a/Makefile b/Makefile index c473262ef..119d3dc66 100644 --- 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 \