20,21c20,21 < CFLAGS = -I./src -I./userial -O2 # -g -Wall < LIBS = -lm --- > CFLAGS = -I./src -I./userial -I/usr/local/mysql/include -O2 # -g -Wall > LIBS = -L/usr/local/mysql/lib -lmysqlclient -lm -lz