diff options
author | Olivier Abad <oabad@noos.fr> | 1999-12-09 20:43:38 +0000 |
---|---|---|
committer | Olivier Abad <oabad@noos.fr> | 1999-12-09 20:43:38 +0000 |
commit | 564a1c1d6206191861c7f84cca6b3d67cbd4d95b (patch) | |
tree | 49c64c31482630cdc9a7b3f9c95d571e3e1cbcc8 /gtk/Makefile.am | |
parent | d66ee4b1c45dd252456f06659ac564a9c1818cea (diff) | |
download | wireshark-564a1c1d6206191861c7f84cca6b3d67cbd4d95b.tar.gz wireshark-564a1c1d6206191861c7f84cca6b3d67cbd4d95b.tar.bz2 wireshark-564a1c1d6206191861c7f84cca6b3d67cbd4d95b.zip |
plugins support (i.e. Dynamically loadable dissectors)
depends on dlopen() being available on the target platform
svn path=/trunk/; revision=1263
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 434ece6bbf..22db238862 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for the GTK interface routines for Ethereal # -# $Id: Makefile.am,v 1.13 1999/12/09 07:19:16 guy Exp $ +# $Id: Makefile.am,v 1.14 1999/12/09 20:41:40 oabad Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@zing.org> @@ -48,6 +48,7 @@ libui_a_SOURCES = \ main.h \ menu.c \ menu.h \ + plugins_dlg.c \ prefs_dlg.c \ prefs_dlg.h \ print_dlg.c \ |