X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/650a6624cf72fe28e52a29a78de0f1cbfab44d7b..fd528bdeb067dc6450ef8e795824539181e097d5:/Makefile.am diff --git a/Makefile.am b/Makefile.am index afbee21d..f77fc6b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.1 2001/02/03 20:26:37 mdw Exp $ +## $Id: Makefile.am,v 1.2 2001/02/05 19:48:18 mdw Exp $ ## ## Makefile for TrIPE ## @@ -28,6 +28,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## 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. ## @@ -42,7 +45,10 @@ 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 tripectl_SOURCES = \ client.c util.c util.h + tun-unet.c tun-bsd.c ##----- That's all, folks ---------------------------------------------------