Changed the order of linking in test_mysql_users and removed references to non-existing directories in test.inc

This commit is contained in:
Markus Makela
2014-10-23 15:24:59 +03:00
parent 43e25be327
commit b5388956d8
4 changed files with 10 additions and 3 deletions

View File

@ -29,7 +29,7 @@ UTILSPATH := $(ROOT_PATH)/utils
CC=cc
CFLAGS=-c -fPIC -I/usr/include -I../include -I../../include -I$(LOGPATH) \
-I$(UTILSPATH) -Wall -g
-I$(UTILSPATH) -I$(MYSQL_HEADERS) -Wall -g
include ../../../makefile.inc