Build-Depends libpcap-dev instead of libpcap0.8-dev.
[yaz-ziffy.git] / src / 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 LDADD =  $(YAZLIB) $(PCAP_LIBS)
8
9 AM_CPPFLAGS = $(YAZINC) $(PCAP_CFLAGS)
10
11 bin_PROGRAMS = ziffy
12
13 man_MANS = ziffy.1
14
15 EXTRA_DIST = $(man_MANS) HACKING TODO FAQ ANNOUNCEMENT-1
16
17 ziffy_SOURCES = ziffy.c yaz.c fmemdmp.c hooks.c apdu.c apdu.h
18