Skip to content

Commit

Permalink
Makefile: Let mxqd depend on keywordset
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Apr 13, 2020
1 parent 0b64266 commit 2610749
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ mxqd.o: $(mxq_daemon.h)
mxqd.o: $(mxq_group.h)
mxqd.o: $(mxq_job.h)
mxqd.o: $(mx_mysql.h)
mxqd.o: $(keywordset.h)
mxqd.o: CFLAGS += $(CFLAGS_MYSQL)
mxqd.o: CFLAGS += $(CFLAGS_MXQ_INITIAL_PATH)
mxqd.o: CFLAGS += $(CFLAGS_MXQ_INITIAL_TMPDIR)
Expand Down Expand Up @@ -531,6 +532,7 @@ mxqd: mxq_group.o
mxqd: mxq_job.o
mxqd: mx_mysql.o
mxqd: mxqd_control.o
mxqd: keywordset.o
mxqd: LDLIBS += $(LDLIBS_MYSQL)

build: mxqd
Expand Down

0 comments on commit 2610749

Please sign in to comment.