From 7af9cc8f7c7bb864a8f8ab5a43db93f494217617 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 5 Jul 2005 05:57:36 +0000 Subject: [PATCH] Add some missing files to EXTRA_DIST --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ gdk/Makefile.am | 3 +++ 4 files changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index aa3fd76882..484c156c56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-05 Matthias Clasen + + * gdk/Makefile.am: Distribute the keyname-table.h header + and the files that are used to construct it. (#309421, + J. Ali Harlow) + 2005-07-04 Matthias Clasen * gtk/gtkmenubar.c (gtk_menu_bar_set_pack_direction) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index aa3fd76882..484c156c56 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2005-07-05 Matthias Clasen + + * gdk/Makefile.am: Distribute the keyname-table.h header + and the files that are used to construct it. (#309421, + J. Ali Harlow) + 2005-07-04 Matthias Clasen * gtk/gtkmenubar.c (gtk_menu_bar_set_pack_direction) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index aa3fd76882..484c156c56 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2005-07-05 Matthias Clasen + + * gdk/Makefile.am: Distribute the keyname-table.h header + and the files that are used to construct it. (#309421, + J. Ali Harlow) + 2005-07-04 Matthias Clasen * gtk/gtkmenubar.c (gtk_menu_bar_set_pack_direction) diff --git a/gdk/Makefile.am b/gdk/Makefile.am index e977fd4fda..b7beef37ed 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -4,6 +4,9 @@ SUBDIRS = $(gdktarget) DIST_SUBDIRS = linux-fb win32 x11 EXTRA_DIST = \ + keynames.txt \ + keyname-table.h \ + gen-keyname-table.pl \ gdkconfig.h.win32 \ gdk.def \ gdkmarshalers.list \