The plug-ins really depend on libSystem

This commit is contained in:
Pierre Pronchery 2011-04-05 13:48:29 +00:00
parent 9d5311b7bb
commit db766e6478
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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