pass CFLAGS and LDFLAGS along for plot library build
This commit is contained in:
parent
58b7922033
commit
fc111f8909
|
@ -16,8 +16,8 @@ CC = @CC@
|
||||||
# seems like a good idea, but it doesn't work with
|
# seems like a good idea, but it doesn't work with
|
||||||
# libtool as the compiler. So, we trust the configuration
|
# libtool as the compiler. So, we trust the configuration
|
||||||
# that is built into dynext, instead.
|
# that is built into dynext, instead.
|
||||||
# WITH-ENV = env CC="$(CC)" LD="@MZLINKER@"
|
# WITH-ENV = env CC="$(CC)" LD="@MZLINKER@" ...
|
||||||
WITH_ENV =
|
WITH_ENV = env CFLAGS="@CFLAGS@ @COMPFLAGS@ @PREFLAGS@" LDFLAGS="@LDFLAGS@"
|
||||||
|
|
||||||
PLPLOT_SRCS = $(srcdir)/plplot/dc_drv.c \
|
PLPLOT_SRCS = $(srcdir)/plplot/dc_drv.c \
|
||||||
$(srcdir)/plplot/plcont.c \
|
$(srcdir)/plplot/plcont.c \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user