From d57d6f4f62cab69954796295906e24768917d577 Mon Sep 17 00:00:00 2001 From: Christophe Alexandre Date: Wed, 3 Apr 2002 18:29:51 +0000 Subject: [PATCH] using the new alliance.m4 macro --- alliance/src/lvx/src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/alliance/src/lvx/src/Makefile.am b/alliance/src/lvx/src/Makefile.am index 211f67eb..90db9d6d 100644 --- a/alliance/src/lvx/src/Makefile.am +++ b/alliance/src/lvx/src/Makefile.am @@ -1,7 +1,9 @@ ## Process this file with automake to produce Makefile.in bin_PROGRAMS = lvx -lvx_LDADD = @LIBS@ \ +CFLAGS = @ALLIANCE_CFLAGS@ + +lvx_LDADD = @ALLIANCE_LIBS@ \ -lMlu \ -lMcl \ -lMal \