Rename libvpn to libtinc
This commit is contained in:
parent
55385cacbf
commit
7c75090025
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
## Produce this file with automake to get Makefile.in
|
## 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
|
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@
|
LIBS = @LIBS@ @INTLLIBS@
|
||||||
|
|
||||||
tincd_LDADD = \
|
tincd_LDADD = \
|
||||||
$(top_builddir)/lib/libvpn.a
|
$(top_builddir)/lib/libtinc.a
|
||||||
|
|
||||||
localedir = $(datadir)/locale
|
localedir = $(datadir)/locale
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue