chiark / gitweb /
New pkstream program.
[tripe] / Makefile.am
index 6be37d962d343584fa6ecea85e4af54d88805ebd..e1420ab0217b744d16f5eabebba38072ac122d8d 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.5 2001/06/19 22:12:57 mdw Exp $
+## $Id: Makefile.am,v 1.6 2003/04/23 12:53:28 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.6  2003/04/23 12:53:28  mdw
+## New pkstream program.
+##
 ## Revision 1.5  2001/06/19 22:12:57  mdw
 ## Build new proxy program.
 ##
 ## Revision 1.5  2001/06/19 22:12:57  mdw
 ## Build new proxy program.
 ##
@@ -50,7 +53,7 @@ SUBDIRS = doc
 CATACOMB_LIBS = @CATACOMB_LIBS@
 tun = @tun@
 
 CATACOMB_LIBS = @CATACOMB_LIBS@
 tun = @tun@
 
-bin_PROGRAMS = tripe tripectl tripe-mitm
+bin_PROGRAMS = tripe tripectl tripe-mitm pkstream
 tripe_SOURCES = \
        tripe.c tripe.h \
        admin.c peer.c tun-$(tun).c \
 tripe_SOURCES = \
        tripe.c tripe.h \
        admin.c peer.c tun-$(tun).c \
@@ -65,5 +68,7 @@ tripectl_SOURCES = \
 tripe_mitm_SOURCES = \
        mallory.c buf.c buf.h
 tripe_mitm_LDADD = $(CATACOMB_LIBS)
 tripe_mitm_SOURCES = \
        mallory.c buf.c buf.h
 tripe_mitm_LDADD = $(CATACOMB_LIBS)
+pkstream_SOURCES = \
+       pkstream.c
 
 ##----- That's all, folks ---------------------------------------------------
 
 ##----- That's all, folks ---------------------------------------------------