diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-05-20 03:31:32 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-05-20 03:31:32 +0800 |
commit | b5ae6150b2a72683b7311af3252230069300d9e2 (patch) | |
tree | 23e36b90aeb4640caf8d80645bbba577c2fcb5eb /e-util/Makefile.am | |
parent | 35444ef18c978de9b7037ac30da507d5322671a9 (diff) | |
download | gsoc2013-evolution-b5ae6150b2a72683b7311af3252230069300d9e2.tar.gz gsoc2013-evolution-b5ae6150b2a72683b7311af3252230069300d9e2.tar.zst gsoc2013-evolution-b5ae6150b2a72683b7311af3252230069300d9e2.zip |
New files with utilities for hooking up widgets in Glade-generated
2000-05-19 Federico Mena Quintero <federico@helixcode.com>
* e-dialog-widgets.[ch]: New files with utilities for hooking up
widgets in Glade-generated dialogs.
* Makefile.am (libeutil_la_SOURCES): Added e-dialog-widgets.[ch].
svn path=/trunk/; revision=3141
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 46 |
1 files changed, 24 insertions, 22 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index b9e2ac1f3b..a3db4c74ab 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -7,26 +7,28 @@ INCLUDES = \ noinst_LTLIBRARIES = libeutil.la -libeutil_la_SOURCES = \ - e-canvas.c \ - e-canvas.h \ - e-canvas-utils.c\ - e-canvas-utils.h\ - e-cursors.c \ - e-cursors.h \ - e-gui-utils.c \ - e-gui-utils.h \ - e-html-utils.c \ - e-html-utils.h \ - e-paned.c \ - e-paned.h \ - e-popup-menu.c \ - e-popup-menu.h \ - e-setup.c \ - e-setup.h \ - e-sexp.c \ - e-sexp.h \ - e-util.c \ - e-util.h \ - e-xml-utils.c \ +libeutil_la_SOURCES = \ + e-canvas.c \ + e-canvas.h \ + e-canvas-utils.c \ + e-canvas-utils.h \ + e-cursors.c \ + e-cursors.h \ + e-dialog-widgets.c \ + e-dialog-widgets.h \ + e-gui-utils.c \ + e-gui-utils.h \ + e-html-utils.c \ + e-html-utils.h \ + e-paned.c \ + e-paned.h \ + e-popup-menu.c \ + e-popup-menu.h \ + e-setup.c \ + e-setup.h \ + e-sexp.c \ + e-sexp.h \ + e-util.c \ + e-util.h \ + e-xml-utils.c \ e-xml-utils.h |