chiark
/
gitweb
/
~mdw
/
tripe
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
832a2ab
)
Only link the server against Catacomb.
author
mdw
<mdw>
Fri, 16 Feb 2001 21:42:02 +0000
(21:42 +0000)
committer
mdw
<mdw>
Fri, 16 Feb 2001 21:42:02 +0000
(21:42 +0000)
Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.am
b/Makefile.am
index f77fc6b40eaa06f8aac40c15631434a50169c7b2..ec111863d8931af9d23e6d6b71d1a36dd42a6c92 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,6
+1,6
@@
## -*-makefile-*-
##
## -*-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
##
##
## Makefile for TrIPE
##
@@
-28,6
+28,9
@@
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
##----- 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.
##
## 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
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
tripectl_SOURCES = \
client.c util.c util.h
tun-unet.c tun-bsd.c