diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-07-05 05:57:36 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-07-05 05:57:36 +0000 |
commit | 7af9cc8f7c7bb864a8f8ab5a43db93f494217617 (patch) | |
tree | 1b274d405318f95238e0b27ec6d81435521983d2 | |
parent | b03a99cfc34d1abda8de3990238b4c5876611bb9 (diff) | |
download | gtk+-7af9cc8f7c7bb864a8f8ab5a43db93f494217617.tar.gz |
Add some missing files to EXTRA_DIST
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 6 | ||||
-rw-r--r-- | gdk/Makefile.am | 3 |
4 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-07-05 Matthias Clasen <mclasen@redhat.com> + + * 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 <mclasen@redhat.com> * 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 <mclasen@redhat.com> + + * 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 <mclasen@redhat.com> * 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 <mclasen@redhat.com> + + * 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 <mclasen@redhat.com> * 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 \ |