aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-09 23:02:38 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-09 23:02:38 +0000
commitfe1b0f99c4015d93f71fe35a549da186d5311f2e (patch)
treeedefaa04b81689eb419853046f49db16989a560c /gtk/Makefile.am
parent50ac5816130cde1d821259d2c4215a9b10e3d3a7 (diff)
In the GTK+ code, move the redefinition of "isprint()" to
"gtk/isprint.h", and include that in "follow_dlg.c" (which wasn't including "gtkglobals.h" and thus wasn't getting the redefinition) and "proto_draw.c" (which was including "gtkglobals.h" but now needs to include "isprint.h" as well). svn path=/trunk/; revision=11355
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 90b0719852..8f2b6e2cc5 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.106 2004/06/27 00:21:57 gerald Exp $
+# $Id: Makefile.am,v 1.107 2004/07/09 23:02:37 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -60,6 +60,7 @@ noinst_HEADERS = \
gui_prefs.h \
help_dlg.h \
hostlist_table.h \
+ isprint.h \
keys.h \
layout_prefs.h \
main.h \