티스토리 뷰

mysql_config --cflags => 헤더파일 위치
mysql_config --libs => 라이브러리 위치

 예) Makefile

INCLUDES = $shell mysql_config --cflags
LIBS = $shell mysql_config --libs