diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-05 07:16:05 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-05 07:16:05 +0800 |
commit | 80445852285529e0d323c8bb076512b69eaf96a3 (patch) | |
tree | 04421019546ff4c3b2232a932965b6938e865194 /e-util/Makefile.am | |
parent | c75f7dbc07f531cbc21326a5761f9914d866ae1c (diff) | |
download | gsoc2013-evolution-80445852285529e0d323c8bb076512b69eaf96a3.tar.gz gsoc2013-evolution-80445852285529e0d323c8bb076512b69eaf96a3.tar.zst gsoc2013-evolution-80445852285529e0d323c8bb076512b69eaf96a3.zip |
New `e-corba-utils.c' module, for now just containing a function to
get a safe CORBA string from a possibly NULL string pointer.
svn path=/trunk/; revision=6786
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index a2094d5894..e01b827ede 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -15,6 +15,8 @@ noinst_LTLIBRARIES = libeutil.la libeutil-static.la \ libeconduit.la libeconduit-static.la libeutil_la_SOURCES = \ + e-corba-utils.c \ + e-corba-utils.h \ e-dialog-widgets.c \ e-dialog-widgets.h \ e-gtk-utils.c \ |