summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-11-19 00:48:48 +0100
committerLennart Poettering <lennart@poettering.net>2009-11-19 00:48:48 +0100
commited5bcfbe3c3b68e59242c03649eea03a9707d318 (patch)
treec2e1aa72a437352dabfcd4547f24d46e6bfa0b2c /Makefile
parent1564322b2445392fc274c15e4afd04dc7d3281a3 (diff)
downloadsystemd-ed5bcfbe3c3b68e59242c03649eea03a9707d318.tar.gz
conf-parser: add ini/.desktop file parser
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f7ed5ebbcd..6f41e8878c 100644
--- 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
+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: