From 7de739b851949c74f05119462442ded0acb20f49 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Wed, 20 Oct 1999 22:53:43 +0000 Subject: [PATCH] And add the new file to the list of gtk/libui.a sources, for distribution. svn path=/trunk/; revision=898 --- gtk/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 8e52711cde..c3f7c87d29 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.7 1999/10/18 12:48:13 gram Exp $ +# $Id: Makefile.am,v 1.8 1999/10/20 22:53:43 gram Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs @@ -40,6 +40,7 @@ libui_a_SOURCES = \ gtkclist.c \ gtkclist.h \ gtkdnd.h \ + gtkglobals.h \ gtkmain.h \ keys.h \ main.c \