wireshark/plugins
Gilbert Ramirez 69edc78327 I finally got autoconf, automake, and the plugins to behave together.
The distro is buildable finally. I had to change "plugins/gryphon" from
a separately configured (i.e., "./configure") package to a member of
the main ethereal autoconf package so that PLUGIN_DIR could be passed
to plugins/gryphon/Makefile.am. In doing so, I had to get rid of
plugins/gryphon/config.h which had PACKAGE and VERSION #defined, the latter
of which was actually used in packet-gryphon.c. So I moved those two
#defines into a new file, plugins/gryphon/moduleinfo.h.

svn path=/trunk/; revision=1438
2000-01-08 19:37:11 +00:00
..
gryphon I finally got autoconf, automake, and the plugins to behave together. 2000-01-08 19:37:11 +00:00
.cvsignore Filter out a few more things. 1999-12-31 00:18:55 +00:00
Makefile.am I finally got autoconf, automake, and the plugins to behave together. 2000-01-08 19:37:11 +00:00