diff options
-rw-r--r-- | e-util/ChangeLog | 4 | ||||
-rw-r--r-- | e-util/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 756e381004..11175f8e88 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,7 @@ +2003-01-14 Ettore Perazzoli <ettore@ximian.com> + + * Makefile.am (eutilinclude_HEADERS): Add e-dialog-utils.h. + 2003-01-09 Chris Toshok <toshok@ximian.com> * e-gui-utils.c (e_create_image_widget): change this to use diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 90b3423c60..93da8b15e3 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -26,6 +26,7 @@ eutilinclude_HEADERS = \ e-component-listener.h \ e-config-listener.h \ e-corba-utils.h \ + e-dialog-utils.h \ e-dialog-widgets.h \ e-gtk-utils.h \ e-gui-utils.h \ |