From 62c030b21f39be64ee7f504d47c928883b64b84e Mon Sep 17 00:00:00 2001 From: Oliver Hartkopp Date: Fri, 14 May 2010 12:43:42 +0000 Subject: [PATCH] Added isotpserver in autotool config file and gitignore --- .gitignore | 1 + GNUmakefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3971b85..ccb1fb4 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ GNUmakefile.in /isotpdump /isotprecv /isotpsend +/isotpserver /isotpsniffer /isotptun /log2asc diff --git a/GNUmakefile.am b/GNUmakefile.am index 668dc0f..1bd6e72 100644 --- a/GNUmakefile.am +++ b/GNUmakefile.am @@ -46,6 +46,7 @@ bin_PROGRAMS += \ isotpdump \ isotprecv \ isotpsend \ + isotpserver \ isotpsniffer \ isotptun endif