Make only the minimal required changes to the buildsystem.
[TD_BDD.git] / TD5 / C / Makefile
index 04569c35340bc837579141ec54b5001a1b00b797..eb1c6862958879ff0e5a6402ac5e4f7928d6a616 100644 (file)
@@ -15,7 +15,6 @@ BINARY_NAME=infovols
 BUILD_TYPE=debug
 #BUILD_TYPE=release
 LDLIBS=-lmysqlclient
-INCLUDES=-I/usr/include/mysql
 
 # ====================================
 # DO NOT CHANGE STUFF BEYOND THIS LINE