aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/jabber/Makefile')
-rw-r--r--protocols/jabber/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/jabber/Makefile b/protocols/jabber/Makefile
index 21d7ef07..891df5eb 100644
--- a/protocols/jabber/Makefile
+++ b/protocols/jabber/Makefile
@@ -9,7 +9,7 @@
-include ../../Makefile.settings
# [SH] Program variables
-objects = conference.o io.o iq.o jabber.o jabber_util.o message.o presence.o sasl.o xmltree.o si.o s5bytestream.o
+objects = conference.o io.o iq.o jabber.o jabber_util.o message.o presence.o sasl.o si.o s5bytestream.o
CFLAGS += -Wall
LFLAGS += -r
@@ -17,7 +17,7 @@ LFLAGS += -r
# [SH] Phony targets
all: jabber_mod.o
check: all
-lcov:
+lcov: check
gcov:
gcov *.c