Fixed the order of header inclusion
This commit is contained in:
parent
91b215b128
commit
2a4fd4a089
|
@ -3,7 +3,7 @@ PREFIX = /usr/local
|
||||||
DESTDIR =
|
DESTDIR =
|
||||||
LIBDIR = $(PREFIX)/lib
|
LIBDIR = $(PREFIX)/lib
|
||||||
CC = cc
|
CC = cc
|
||||||
CPPFLAGSF= -I $(PREFIX)/include -I ../../include
|
CPPFLAGSF= -I ../../include -I $(PREFIX)/include
|
||||||
CPPFLAGS=
|
CPPFLAGS=
|
||||||
CFLAGSF = -W `pkg-config --cflags gtk+-2.0` -fPIC
|
CFLAGSF = -W `pkg-config --cflags gtk+-2.0` -fPIC
|
||||||
CFLAGS = -Wall -g -O2 -pedantic
|
CFLAGS = -Wall -g -O2 -pedantic
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
targets=battery,bluetooth,clock,cpu,cpufreq,desktop,gps,gsm,lock,logout,main,memory,pager,swap,systray,tasks,volume
|
targets=battery,bluetooth,clock,cpu,cpufreq,desktop,gps,gsm,lock,logout,main,memory,pager,swap,systray,tasks,volume
|
||||||
cppflags_force=-I $(PREFIX)/include -I ../../include
|
cppflags_force=-I ../../include -I $(PREFIX)/include
|
||||||
#cppflags=-D EMBEDDED
|
#cppflags=-D EMBEDDED
|
||||||
cflags_force=-W `pkg-config --cflags gtk+-2.0` -fPIC
|
cflags_force=-W `pkg-config --cflags gtk+-2.0` -fPIC
|
||||||
cflags=-Wall -g -O2 -pedantic
|
cflags=-Wall -g -O2 -pedantic
|
||||||
|
|
Loading…
Reference in New Issue
Block a user