Let the plug-ins build on MacOS X
This commit is contained in:
parent
70925c4962
commit
74e52574d4
|
@ -7,6 +7,7 @@ CPPFLAGSF= -I ../../include
|
|||
CPPFLAGS=
|
||||
CFLAGSF = -W `pkg-config --cflags libDesktop`
|
||||
CFLAGS = -Wall -g -O2 -pedantic -fPIC
|
||||
LDFLAGSF= -W `pkg-config --libs libDesktop`
|
||||
AR ?= ar
|
||||
RANLIB ?= ranlib
|
||||
CCSHARED?= $(CC) -shared
|
||||
|
|
|
@ -3,6 +3,7 @@ cppflags_force=-I ../../include
|
|||
cppflags=
|
||||
cflags_force=-W `pkg-config --cflags libDesktop`
|
||||
cflags=-Wall -g -O2 -pedantic -fPIC
|
||||
ldflags_force=-W `pkg-config --libs libDesktop`
|
||||
dist=Makefile
|
||||
|
||||
[cvs]
|
||||
|
|
Loading…
Reference in New Issue
Block a user