Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request mariux64#50 from mariux64/add-mysql-c-flags
Add missing MySQL compiler flags
  • Loading branch information
donald committed Nov 8, 2016
2 parents 7abdd5d + bee0682 commit 2de7aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -454,6 +454,7 @@ clean: CLEAN += mxq_daemon.o
### mxqd_control.o -----------------------------------------------------

mxqd_control.o: $(mxqd_control.h)
mxqd_control.o: CFLAGS += $(CFLAGS_MYSQL)

clean: CLEAN += mxqd_control.o

Expand Down

0 comments on commit 2de7aa2

Please sign in to comment.