Integrate libtool/libltdl with the plugin code. Add libtool and libltdl
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 26 Dec 1999 22:38:07 +0000 (22:38 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 26 Dec 1999 22:38:07 +0000 (22:38 +0000)
commit354dd94a7ce9ebec8d730984d863c18e88293e5c
treecceb02d34be8c7f835ac3479456855d35e9e6e73
parent70c294b407bc1cad5c9a258f06b1deb971b02f07
Integrate libtool/libltdl with the plugin code.  Add libtool and libltdl
to the distribution.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1379 f5534014-38df-0310-8fa8-9805f1628bb7
25 files changed:
Makefile.am
configure.in
gtk/Makefile.am
gtk/plugins_dlg.c
libltdl/COPYING.LIB [new file with mode: 0644]
libltdl/Makefile.am [new file with mode: 0644]
libltdl/Makefile.in [new file with mode: 0644]
libltdl/README [new file with mode: 0644]
libltdl/acconfig.h [new file with mode: 0644]
libltdl/acinclude.m4 [new file with mode: 0644]
libltdl/aclocal.m4 [new file with mode: 0644]
libltdl/config.h.in [new file with mode: 0644]
libltdl/configure [new file with mode: 0755]
libltdl/configure.in [new file with mode: 0644]
libltdl/ltdl.c [new file with mode: 0644]
libltdl/ltdl.h [new file with mode: 0644]
libltdl/stamp-h.in [new file with mode: 0644]
ltconfig [new file with mode: 0755]
plugins.h
plugins/Makefile.am [new file with mode: 0644]
plugins/gryphon/Makefile.am
plugins/gryphon/aclocal.m4 [new file with mode: 0644]
plugins/gryphon/configure.in
plugins/gryphon/packet-gryphon.c
plugins/gryphon/stamp-h.in [new file with mode: 0644]