diff options
-rw-r--r-- | art/ChangeLog | 4 | ||||
-rw-r--r-- | art/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/art/ChangeLog b/art/ChangeLog index 0c088bbbe6..4ee5f31938 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,7 @@ +2001-11-05 JP Rosevear <jpr@ximian.com> + + * Makefile.am (EXTRA_DIST): dist the glade data + 2001-11-01 Ettore Perazzoli <ettore@ximian.com> * Makefile.am (gladedir): New. diff --git a/art/Makefile.am b/art/Makefile.am index 74918f4f59..407c30db60 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -226,6 +226,7 @@ EXTRA_DIST = \ $(images_DATA) \ $(buttons_DATA) \ $(conduits_DATA) \ + $(glade_DATA) \ $(appicon_DATA) |