chiark / gitweb /
manager: add basic support for loading name fragment files
[elogind.git] / Makefile
index 6f41e8878cc9c5039c607f9fc4d05a0afeb0919e..45123a8b302c0b4c99565f955bc1e0bb77d63e8f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 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 conf-parser.o
+systemd: main.o name.o util.o set.o hashmap.o strv.o job.o manager.o conf-parser.o load-fragment.o
        $(CC) $(CFLAGS) -o $@ $^  $(LIBS)
 
 clean: