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=
|
||||
CFLAGSF = -W `pkg-config --cflags libSystem gtk+-2.0`
|
||||
CFLAGS = -Wall -g -O2 -pedantic -fPIC
|
||||
LDFLAGSF= `pkg-config --libs libSystem gtk+-2.0`
|
||||
AR = ar
|
||||
RANLIB = ranlib
|
||||
CCSHARED= $(CC) -shared
|
||||
|
|
|
@ -2,6 +2,7 @@ dist=Makefile
|
|||
targets=pulseaudio
|
||||
cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
|
||||
cflags=-Wall -g -O2 -pedantic -fPIC
|
||||
ldflags_force=`pkg-config --libs libSystem gtk+-2.0`
|
||||
|
||||
[pulseaudio]
|
||||
type=plugin
|
||||
|
|
Loading…
Reference in New Issue
Block a user