From 31055c298178a272572977ba499e47a4a74019a1 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Mon, 27 Jul 1998 02:51:48 +0000 Subject: [PATCH] fixed EXTRA_DIST sections --- Makefile.am | 5 +++++ gtk/Makefile.am | 4 ++++ gtk/parent | 10 ---------- 3 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 gtk/parent diff --git a/Makefile.am b/Makefile.am index 332e3b74f7..dcc09f60b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,17 +6,22 @@ SUBDIRS = $(SRC_SUBDIRS) docs bin_SCRIPTS = gtk-config EXTRA_DIST = \ + HACKING \ gtk+.spec \ gtk.m4 \ makecopyright \ TODO \ NEWS.pre-1-0 \ ChangeLog.pre-1-0 \ + examples/README.1ST \ + examples/extract.awk \ + examples/extract.sh \ examples/aspectframe/Makefile \ examples/aspectframe/aspectframe.c \ examples/buttons/Makefile \ examples/buttons/buttons.c \ examples/buttons/info.xpm \ + examples/clist/clist.c \ examples/entry/Makefile \ examples/entry/entry.c \ examples/eventbox/Makefile \ diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 0872ea1724..0828c1acbf 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -266,9 +266,11 @@ libgtk_1_1_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) EXTRA_DIST = \ line-arrow.xbm \ line-wrap.xbm \ + testgtk.1 \ testgtkrc \ testgtkrc2 \ gtkfeatures.h.in \ + makeenums.pl \ makeenums.awk \ maketypes.awk \ makeenums.h \ @@ -278,6 +280,8 @@ EXTRA_DIST = \ gtktypebuiltins_evals.c \ gtk-boxed.defs \ gtk.defs \ + genmarshal.pl \ + gtkmarshal.list \ test.xpm \ marble.xpm \ 3DRings.xpm \ diff --git a/gtk/parent b/gtk/parent deleted file mode 100644 index 94fee61231..0000000000 --- a/gtk/parent +++ /dev/null @@ -1,10 +0,0 @@ - gdk_window_show (widget->window); - gdk_window_clear_area (widget->window, - widget->allocation.x, - widget->allocation.y, - widget->allocation.width, - widget->allocation.height); - gdk_window_hide (widget->window); - if (GTK_WIDGET_VISIBLE (widget->parent)) - if (GTK_WIDGET_REALIZED (widget->parent) && - if (GTK_WIDGET_MAPPED (widget->parent) &&