chiark / gitweb /
Complete the manual.
[tripe] / Makefile.am
index afbee21d9f89b6823004fd20ee1fd2b3db193b3f..8a3f72a9b33f84167816114f7a1e2c354914fcd7 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.1 2001/02/03 20:26:37 mdw Exp $
+## $Id: Makefile.am,v 1.4 2001/02/22 09:07:28 mdw Exp $
 ##
 ## Makefile for TrIPE
 ##
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.4  2001/02/22 09:07:28  mdw
+## Build documents now.
+##
+## 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.1  2001/02/03 20:26:37  mdw
 ## Initial checkin.
 ##
 
 AUTOMAKE_OPTIONS = foreign
+SUBDIRS = doc
 
 tun = @tun@
 
@@ -42,7 +52,11 @@ tripe_SOURCES = \
        admin.c peer.c tun-$(tun).c \
        keymgmt.c keyexch.c keyset.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
 
 ##----- That's all, folks ---------------------------------------------------