summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index aae72f2..d04ce64 100644
--- a/Makefile
+++ b/Makefile
@@ -9,9 +9,10 @@ TARGETS := qarshd qarsh qacp btimed btimec
all: $(TARGETS)
-qarshd: qarshd.c $(COMMON) -lxml2
-qarsh: qarsh.c $(COMMON) -lxml2 btime.c hbeat.c
-qacp: qacp.c $(COMMON) -lxml2
+qarshd: qarshd.c $(COMMON)
+qarsh: qarsh.c $(COMMON) btime.c hbeat.c
+qacp: qacp.c $(COMMON)
+qarshd qarsh qacp: LOADLIBES := -lxml2
btimed: btimed.c
btimec: btimec.c btime.c