projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c01f78e
)
Link with libintl if necessary.
author
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 10 Sep 2002 21:46:05 +0000
(21:46 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 10 Sep 2002 21:46:05 +0000
(21:46 +0000)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
d8d8fd9
..
f7e9462
100644
(file)
--- 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.4.4.2
7 2002/09/04 13:48:51
guus Exp $
+# $Id: Makefile.am,v 1.4.4.2
8 2002/09/10 21:46:05
guus Exp $
sbin_PROGRAMS = tincd
@@
-14,7
+14,7
@@
INCLUDES = @INCLUDES@ -I$(top_builddir) -I$(top_srcdir)/lib
noinst_HEADERS = conf.h connection.h device.h edge.h event.h graph.h meta.h net.h netutl.h node.h process.h \
protocol.h route.h subnet.h
-LIBS = @LIBS@
+LIBS = @LIBS@
@LIBINTL@
tincd_LDADD = \
$(top_builddir)/lib/libvpn.a