From 8f3d4727f1ea1873ee33e67fa9e7a7b170f2d5ba Mon Sep 17 00:00:00 2001 From: Christophe Alexandre Date: Tue, 21 May 2002 06:52:19 +0000 Subject: [PATCH] renaming lynx to cougar ..... --- alliance/src/lynx/src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alliance/src/lynx/src/Makefile.am b/alliance/src/lynx/src/Makefile.am index f882f751..0ed7d3fe 100644 --- a/alliance/src/lynx/src/Makefile.am +++ b/alliance/src/lynx/src/Makefile.am @@ -1,10 +1,10 @@ ## Process this file with automake to produce Makefile.in -bin_PROGRAMS = lynx flatrds +bin_PROGRAMS = cougar flatrds AM_CFLAGS = @ALLIANCE_CFLAGS@ -lynx_LDADD = @ALLIANCE_LIBS@ \ +cougar_LDADD = @ALLIANCE_LIBS@ \ -lMlu -lMpu -lMap -lMmg -lMcp -lMcl -lMel \ -lMhl -lMvl -lMlo -lMph -lMut -lMal -lRcn \ -lMsl -lMgl \ @@ -18,7 +18,7 @@ flatrds_LDADD = @ALLIANCE_LIBS@ \ flatrds_SOURCES = flatrds.c -lynx_SOURCES = \ +cougar_SOURCES = \ addlynxrcn.c addlynxrcn.h box.c box.h buildrcn.c \ buildrcn.h bulk.c bulk.h chklynxrcn.c chklynxrcn.h \ cutelbow.c cutelbow.h diffusion.c diffusion.h error.c \