chiark / gitweb /
Allow admin clients to filter out async messages. Send notifications
[tripe] / Makefile.am
index b45927eb1526d76cb2e97139e96294ce8e328dd0..cb7455a1e4501b7d57cef2e5d707f6662b15323d 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.10 2004/04/08 01:36:17 mdw Exp $
+## $Id$
 ##
 ## Makefile for TrIPE
 ##
 ##
 ## Makefile for TrIPE
 ##
@@ -43,11 +43,10 @@ tripe_SOURCES = \
        keymgmt.c keyexch.c keyset.c \
        servutil.c util.c util.h
 EXTRA_tripe_SOURCES = \
        keymgmt.c keyexch.c keyset.c \
        servutil.c util.c util.h
 EXTRA_tripe_SOURCES = \
-       tun-unet.c tun-bsd.c
+       tun-unet.c tun-bsd.c tun-linux.c
 tripe_LDADD = $(CATACOMB_LIBS)
 tripectl_SOURCES = \
        client.c util.c util.h
 tripe_LDADD = $(CATACOMB_LIBS)
 tripectl_SOURCES = \
        client.c util.c util.h
-       tun-unet.c tun-bsd.c
 tripe_mitm_SOURCES = \
        mallory.c
 tripe_mitm_LDADD = $(CATACOMB_LIBS)
 tripe_mitm_SOURCES = \
        mallory.c
 tripe_mitm_LDADD = $(CATACOMB_LIBS)