From 0fceb64d25ff3d9586549bb43d971c5eef904330 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 7 Jun 1999 10:23:42 +0200 Subject: Import ax25-apps 0.0.1 from tarball --- listen/Makefile.am | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 listen/Makefile.am (limited to 'listen/Makefile.am') diff --git a/listen/Makefile.am b/listen/Makefile.am new file mode 100644 index 0000000..8e99155 --- /dev/null +++ b/listen/Makefile.am @@ -0,0 +1,27 @@ + +installconf: + +bin_PROGRAMS = listen + +man_MANS = listen.1 + +EXTRA_DIST = $(man_MANS) + +LDADD = $(AX25_LIB) $(NCURSES_LIB) + +listen_SOURCES = \ + listen.c \ + listen.h \ + kissdump.c \ + ax25dump.c \ + nrdump.c \ + arpdump.c \ + ipdump.c \ + icmpdump.c \ + udpdump.c \ + tcpdump.c \ + rspfdump.c \ + ripdump.c \ + rosedump.c \ + flexnetdump.c \ + utils.c -- cgit v1.2.3