Look for headers inside $(PREFIX)/include as well
This commit is contained in:
parent
c39cb0a2e6
commit
7abaa175f1
@ -3,7 +3,7 @@ PREFIX = /usr/local
|
||||
DESTDIR =
|
||||
BINDIR = $(PREFIX)/bin
|
||||
CC = cc
|
||||
CPPFLAGSF=
|
||||
CPPFLAGSF= -I $(PREFIX)/include
|
||||
CPPFLAGS=
|
||||
CFLAGSF = -W `pkg-config gtk+-2.0 --cflags`
|
||||
CFLAGS = -Wall -g -O2 -pedantic
|
||||
|
@ -1,4 +1,5 @@
|
||||
targets=todo
|
||||
cppflags_force=-I $(PREFIX)/include
|
||||
#cppflags=-D EMBEDDED
|
||||
cflags_force=-W `pkg-config gtk+-2.0 --cflags`
|
||||
cflags=-Wall -g -O2 -pedantic
|
||||
|
Loading…
Reference in New Issue
Block a user