repositories
/
TD_BDD.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2da252e
)
Make only the minimal required changes to the buildsystem.
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Mon, 18 Dec 2017 18:57:56 +0000
(19:57 +0100)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/TD5/C/Makefile
b/TD5/C/Makefile
index 04569c35340bc837579141ec54b5001a1b00b797..eb1c6862958879ff0e5a6402ac5e4f7928d6a616 100644
(file)
--- a/
TD5/C/Makefile
+++ b/
TD5/C/Makefile
@@
-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