Link the Phone plug-ins to libSystem and Gtk+ 2 as well
This commit is contained in:
parent
eb6796d15c
commit
153fbdd942
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user