Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.

Commit

Permalink
fixed linux compilation
Browse files Browse the repository at this point in the history
HAVE DONE!!!!!!
  • Loading branch information
Klo1337 authored and Enguerrand committed Jan 11, 2017
1 parent dd4a9b4 commit ffb2db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ OUTF= m2online-mysql.so
CC = g++
FLAGS = -m32 -shared -Wall -fPIC -I./ `mysql_config --libs --include`

SRC = $(wildcard ./*.cpp ./SDK/*.cpp)
SRC = $(wildcard ./*.cpp ./SDK/*.cpp ./MySQL/*.cpp)

all: $(NAME)

Expand Down

0 comments on commit ffb2db7

Please sign in to comment.