Factor ziffy out as a separate package.
[yaz-moved-to-github.git] / ziffy / Makefile.am
diff --git a/ziffy/Makefile.am b/ziffy/Makefile.am
deleted file mode 100644 (file)
index a1e2ba9..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-## -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-## 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) \
-       $(XML2_CFLAGS) $(SSL_CFLAGS) -DHAVE_YAZ=1
-
-bin_PROGRAMS = $(ZIFFY_PROG)
-EXTRA_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
-