Veresion 2.1.41. Added ziffy, the promiscuous Z39.50 APDU sniffer
[yaz-moved-to-github.git] / ziffy / Makefile.am
1 ## -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2 ## auto makefile for ziffy - a promiscuous Z39.50 APDU sniffer for Ethernet
3 ## (this file is processed with 'automake' to produce Makefile.in)
4 ##
5 ## Copyright (c) 1998-2001 R. Carbone <rocco@ntop.org>
6
7 ziffy_LDADD     = ../src/libyaz.la $(PCAP_LIBS)
8
9 AM_CPPFLAGS=-I$(top_srcdir)/include $(PCAP_CFLAGS) -DHAVE_YAZ=1
10
11 bin_PROGRAMS = ziffy
12
13 man_MANS = ziffy.1
14 EXTRA_DIST = ANNOUNCEMENT-1 AUTHORS COPYING ChangeLog \
15               FAQ FILES HACKING NEWS README TODO $(man_MANS)
16
17 ziffy_SOURCES = ziffy.c yaz.c fmemdmp.c hooks.c apdu.c apdu.h
18
19
20