Author: grothoff Date: 2006-05-14 15:31:33 -0700 (Sun, 14 May 2006) New Revision: 2822
Added: GNUnet/src/applications/vpn/ Modified: GNUnet/configure.ac GNUnet/src/applications/Makefile.am Log: vpn Modified: GNUnet/configure.ac =================================================================== --- GNUnet/configure.ac 2006-05-14 21:14:49 UTC (rev 2821) +++ GNUnet/configure.ac 2006-05-14 22:31:33 UTC (rev 2822) @@ -548,6 +548,7 @@ src/applications/tracekit/Makefile src/applications/traffic/Makefile src/applications/transport/Makefile +src/applications/vpn/Makefile src/conf/Makefile src/server/Makefile src/transports/Makefile Modified: GNUnet/src/applications/Makefile.am =================================================================== --- GNUnet/src/applications/Makefile.am 2006-05-14 21:14:49 UTC (rev 2821) +++ GNUnet/src/applications/Makefile.am 2006-05-14 22:31:33 UTC (rev 2822) @@ -34,4 +34,5 @@ topology_f2f \ tracekit \ traffic \ - transport + transport \ + vpn Copied: GNUnet/src/applications/vpn (from rev 2802, GNUnet/src/applications/template) _______________________________________________ GNUnet-SVN mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnunet-svn
