aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/gryphon/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot1-2/+2
top-level configure.in when running configure. svn path=/trunk/; revision=10699
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingOlivier Biot1-1/+2
line to every Makefile.am file for a given plugin XXX: XXX_la_LIBADD = -L../../epan -lethereal @GLIB_LIBS@ This way symbols defined in libethereal and GLib are resolved when linking the plugin dissector modules. svn path=/trunk/; revision=10601
2003-11-17Fix the copyright notices (Gerald has the copyright on Ethereal).Guy Harris1-4/+5
svn path=/trunk/; revision=8991
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer1-6/+1
- get rid of ...-static.o files in the build process (now done via config.h instead of compiler flag) - make packet-rtnet link statically (remove one unused function, rename another one) svn path=/trunk/; revision=8389
2002-07-06From Nix:Guy Harris1-3/+3
Don't add "-I/usr/include" to CFLAGS or CPPFLAGS; GCC 3.1 warns about it, and it's not necessary. Expand the plugin directory path used for installation at installation time, rather than configuration time, so the user can reset "prefix" at installation time. svn path=/trunk/; revision=5828
2001-07-10Fixed the make dist problem.Ed Warnicke1-2/+2
svn path=/trunk/; revision=3676
2001-07-09C sources are in $(srcdir) and not the current directoryUwe Girlich1-2/+2
svn path=/trunk/; revision=3671
2001-07-08Fixed the {tethereal,ethereal}_static targets so that theEd Warnicke1-1/+6
static binaries have the dissectors provided in the plugins available. svn path=/trunk/; revision=3665
2000-03-03Add config.nmake and two Makefile.nmake's to the list of deliverables.Gilbert Ramirez1-1/+4
svn path=/trunk/; revision=1690
2000-02-10Sean Walmsley <sean.p.walmsley@Hydro.ON.CA> caught a typo in Makefile.am.Gerald Combs1-2/+2
svn path=/trunk/; revision=1615
2000-01-08I finally got autoconf, automake, and the plugins to behave together.Gilbert Ramirez1-2/+2
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
1999-12-28Add support for "--with-plugindir=<plugin install dir>" to configure.Gerald Combs1-3/+3
Make the default plugindir $(libdir)/ethereal/plugins/0.8. Ethereal now looks for plugins in the following directories: /usr/lib/ethereal/plugins/0.8 /usr/local/lib/ethereal/plugins/0.8 $plugindir (if different from above) $HOME/.ethereal/plugins svn path=/trunk/; revision=1382
1999-12-26Integrate libtool/libltdl with the plugin code. Add libtool and libltdlGerald Combs1-13/+33
to the distribution. svn path=/trunk/; revision=1379
1999-12-15Add Dearborn Group Technology's Gryphon dissector as our firstGilbert Ramirez1-0/+21
shipped plugin. svn path=/trunk/; revision=1341