Give all of the modem plug-ins a better chance to build on MacOS X

This commit is contained in:
Pierre Pronchery 2012-07-31 19:32:32 +00:00
parent 02a52cf88b
commit 1ff12dd4b3
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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