From 7c75090025a4b06290663e0033a62414f3368f7c Mon Sep 17 00:00:00 2001
From: Ivo Timmermans <ivo@lychnis.net>
Date: Sat, 13 Apr 2002 11:23:46 +0000
Subject: [PATCH] Rename libvpn to libtinc

---
 src/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 63e0bbdb..1de79b25 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
 ## Produce this file with automake to get Makefile.in
-# $Id: Makefile.am,v 1.8 2002/04/13 11:14:50 zarq Exp $
+# $Id: Makefile.am,v 1.9 2002/04/13 11:23:46 zarq Exp $
 
 SUBDIRS = pokey
 
@@ -19,7 +19,7 @@ noinst_HEADERS = conf.h connection.h device.h edge.h event.h graph.h logging.h m
 LIBS = @LIBS@ @INTLLIBS@
 
 tincd_LDADD = \
-	$(top_builddir)/lib/libvpn.a
+	$(top_builddir)/lib/libtinc.a
 
 localedir = $(datadir)/locale
 
-- 
2.39.5