From 6805d64f461744cf861bfde2af41ebcc1c0109f9 Mon Sep 17 00:00:00 2001 From: mdw Date: Fri, 16 Feb 2001 21:42:02 +0000 Subject: [PATCH] Only link the server against Catacomb. --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f77fc6b4..ec111863 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.2 2001/02/05 19:48:18 mdw Exp $ +## $Id: Makefile.am,v 1.3 2001/02/16 21:42:02 mdw Exp $ ## ## Makefile for TrIPE ## @@ -28,6 +28,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.3 2001/02/16 21:42:02 mdw +## Only link the server against Catacomb. +## ## Revision 1.2 2001/02/05 19:48:18 mdw ## Initial support for BSD tunnel devices. ## @@ -47,6 +50,7 @@ tripe_SOURCES = \ buf.c servutil.c util.c util.h EXTRA_tripe_SOURCES = \ tun-unet.c tun-bsd.c +tripe_LDADD = @CATACOMB_LIBS@ tripectl_SOURCES = \ client.c util.c util.h tun-unet.c tun-bsd.c -- 2.11.0