chiark / gitweb /
conf-parser: add ini/.desktop file parser
[elogind.git] / Makefile
index ee144a3783579422c9dad5915c7d732d10753250..6f41e8878cc9c5039c607f9fc4d05a0afeb0919e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-CFLAGS=-Wall -Wextra -O0 -g -pipe
+CFLAGS=-Wall -Wextra -O0 -g -pipe -D_GNU_SOURCE -fdiagnostics-show-option -Wno-unused-parameter
 LIBS=-lrt
 
-systemd: main.o name.o util.o set.o hashmap.o strv.o job.o manager.o
+systemd: main.o name.o util.o set.o hashmap.o strv.o job.o manager.o conf-parser.o
        $(CC) $(CFLAGS) -o $@ $^  $(LIBS)
 
 clean: