diff options
Diffstat (limited to 'epglv')
-rw-r--r-- | epglv/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/epglv/Makefile b/epglv/Makefile index 82fa934..b9af7b6 100644 --- a/epglv/Makefile +++ b/epglv/Makefile @@ -15,10 +15,6 @@ endif CPP_FLAGS := $(CPP_FLAGS_$(ARCH)) -Wall \ -fPIC \ - -I/usr/local/include/mysql \ - -L/usr/lib/mysql \ - -L/usr/local/lib/mysql \ - -I/usr/include/mysql \ $(shell $(SQLCFG) --libs) \ $(shell $(SQLCFG) --include) \ -DMYSQL_DYNAMIC_PLUGIN \ |