Link libDesktop to libSystem and Gtk+ as required

This commit is contained in:
Pierre Pronchery 2011-06-01 14:24:03 +00:00
parent 87a29e4a6f
commit d0356d1a4e
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ CPPFLAGSF= -I ../include
CPPFLAGS=
CFLAGSF = -W `pkg-config --cflags libSystem gtk+-2.0`
CFLAGS = -Wall -g -O2 -fPIC
LDFLAGSF= `pkg-config --libs libSystem gtk+-2.0`
AR = ar -rc
RANLIB = ranlib
LD = $(CC) -shared

View File

@ -2,6 +2,7 @@ targets=libDesktop
cppflags_force=-I ../include
cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
cflags=-Wall -g -O2 -fPIC
ldflags_force=`pkg-config --libs libSystem gtk+-2.0`
dist=Makefile
[libDesktop]