Make only the minimal required changes to the buildsystem.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 18 Dec 2017 18:57:56 +0000 (19:57 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 18 Dec 2017 18:57:56 +0000 (19:57 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
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