diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-12-07 22:06:27 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-12-07 22:06:27 +0000 |
commit | 1b7ba3f8624e0895ad0b5ff9c4db8fdc052ce9d7 (patch) | |
tree | a1ddb3362dea8002da3c1345d141fd1a3ec05b85 /gtk/Makefile.am | |
parent | 612448c2e1383643c9f50c59f1a5543ff38ac6b8 (diff) | |
download | wireshark-1b7ba3f8624e0895ad0b5ff9c4db8fdc052ce9d7.tar.gz wireshark-1b7ba3f8624e0895ad0b5ff9c4db8fdc052ce9d7.tar.bz2 wireshark-1b7ba3f8624e0895ad0b5ff9c4db8fdc052ce9d7.zip |
Remove 3 GTK+ header files and have our gtkclist.c use
the the system version of the gtk header files.
svn path=/trunk/; revision=1238
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 3154e6b3e6..e339ff390b 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.11 1999/12/02 04:30:13 gerald Exp $ +# $Id: Makefile.am,v 1.12 1999/12/07 22:06:25 gram Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@zing.org> @@ -40,12 +40,9 @@ libui_a_SOURCES = \ find_dlg.h \ goto_dlg.c \ goto_dlg.h \ - gtkbindings.h \ gtkclist.c \ gtkclist.h \ - gtkdnd.h \ gtkglobals.h \ - gtkmain.h \ keys.h \ main.c \ main.h \ |