Give all of the modem plug-ins a better chance to build on MacOS X
This commit is contained in:
parent
02a52cf88b
commit
1ff12dd4b3
@ -7,6 +7,7 @@ CPPFLAGSF= -I ../../include
|
|||||||
CPPFLAGS=
|
CPPFLAGS=
|
||||||
CFLAGSF = -W `pkg-config --cflags glib-2.0`
|
CFLAGSF = -W `pkg-config --cflags glib-2.0`
|
||||||
CFLAGS = -Wall -g -O2 -pedantic -fPIC
|
CFLAGS = -Wall -g -O2 -pedantic -fPIC
|
||||||
|
LDFLAGSF= `pkg-config --libs glib-2.0`
|
||||||
AR ?= ar
|
AR ?= ar
|
||||||
RANLIB ?= ranlib
|
RANLIB ?= ranlib
|
||||||
CCSHARED?= $(CC) -shared
|
CCSHARED?= $(CC) -shared
|
||||||
|
@ -3,6 +3,7 @@ cppflags_force=-I ../../include
|
|||||||
cppflags=
|
cppflags=
|
||||||
cflags_force=-W `pkg-config --cflags glib-2.0`
|
cflags_force=-W `pkg-config --cflags glib-2.0`
|
||||||
cflags=-Wall -g -O2 -pedantic -fPIC
|
cflags=-Wall -g -O2 -pedantic -fPIC
|
||||||
|
ldflags_force=`pkg-config --libs glib-2.0`
|
||||||
includes=hayes.h
|
includes=hayes.h
|
||||||
dist=Makefile,osmocom.c
|
dist=Makefile,osmocom.c
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user