Link the Phone plug-ins to libSystem and Gtk+ 2 as well

This commit is contained in:
Pierre Pronchery 2014-11-11 00:56:29 +01:00
parent eb6796d15c
commit 153fbdd942
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ CPPFLAGSF=
CPPFLAGS= CPPFLAGS=
CFLAGSF = -W `pkg-config --cflags libSystem gtk+-2.0` CFLAGSF = -W `pkg-config --cflags libSystem gtk+-2.0`
CFLAGS = -Wall -g -O2 -pedantic -fPIC CFLAGS = -Wall -g -O2 -pedantic -fPIC
LDFLAGSF= `pkg-config --libs libSystem gtk+-2.0`
AR = ar AR = ar
RANLIB = ranlib RANLIB = ranlib
CCSHARED= $(CC) -shared CCSHARED= $(CC) -shared

View File

@ -2,6 +2,7 @@ dist=Makefile
targets=pulseaudio targets=pulseaudio
cflags_force=-W `pkg-config --cflags libSystem 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
ldflags_force=`pkg-config --libs libSystem gtk+-2.0`
[pulseaudio] [pulseaudio]
type=plugin type=plugin