Veresion 2.1.41. Added ziffy, the promiscuous Z39.50 APDU sniffer
[yaz-moved-to-github.git] / ziffy / Makefile.am
diff --git a/ziffy/Makefile.am b/ziffy/Makefile.am
new file mode 100644 (file)
index 0000000..281e955
--- /dev/null
@@ -0,0 +1,20 @@
+## -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+## auto makefile for ziffy - a promiscuous Z39.50 APDU sniffer for Ethernet
+## (this file is processed with 'automake' to produce Makefile.in)
+##
+## Copyright (c) 1998-2001 R. Carbone <rocco@ntop.org>
+
+ziffy_LDADD     = ../src/libyaz.la $(PCAP_LIBS)
+
+AM_CPPFLAGS=-I$(top_srcdir)/include $(PCAP_CFLAGS) -DHAVE_YAZ=1
+
+bin_PROGRAMS = ziffy
+
+man_MANS = ziffy.1
+EXTRA_DIST = ANNOUNCEMENT-1 AUTHORS COPYING ChangeLog \
+              FAQ FILES HACKING NEWS README TODO $(man_MANS)
+
+ziffy_SOURCES = ziffy.c yaz.c fmemdmp.c hooks.c apdu.c apdu.h
+
+
+