The plug-ins really depend on libSystem
This commit is contained in:
parent
9d5311b7bb
commit
db766e6478
@ -6,7 +6,7 @@ LIBDIR = $(PREFIX)/lib
|
|||||||
CC = cc
|
CC = cc
|
||||||
CPPFLAGSF= -I ../../include
|
CPPFLAGSF= -I ../../include
|
||||||
CPPFLAGS=
|
CPPFLAGS=
|
||||||
CFLAGSF = -W `pkg-config --cflags gtk+-2.0`
|
CFLAGSF = -W `pkg-config --cflags libSystem gtk+-2.0`
|
||||||
CFLAGS = -Wall -g -O2 -pedantic -fPIC
|
CFLAGS = -Wall -g -O2 -pedantic -fPIC
|
||||||
AR = ar -rc
|
AR = ar -rc
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
|
@ -2,7 +2,7 @@ subdirs=16x16,24x24,32x32,48x48
|
|||||||
targets=blacklist,debug,engineering,gprs,openmoko,oss,panel,profiles,smscrypt
|
targets=blacklist,debug,engineering,gprs,openmoko,oss,panel,profiles,smscrypt
|
||||||
cppflags_force=-I ../../include
|
cppflags_force=-I ../../include
|
||||||
cppflags=
|
cppflags=
|
||||||
cflags_force=-W `pkg-config --cflags gtk+-2.0`
|
cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
|
||||||
cflags=-Wall -g -O2 -pedantic -fPIC
|
cflags=-Wall -g -O2 -pedantic -fPIC
|
||||||
dist=Makefile
|
dist=Makefile
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user