diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-04-22 22:57:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-04-22 22:57:43 +0800 |
commit | 24b0c3d20d4ce21e9072d58e8bb70e10f82e3f46 (patch) | |
tree | 3a295c5d536ab2ab38e7167a791220a20f724509 /e-util/Makefile.am | |
parent | 527610fcf13878d1b3393486d6c7202078122074 (diff) | |
download | gsoc2013-evolution-24b0c3d20d4ce21e9072d58e8bb70e10f82e3f46.tar.gz gsoc2013-evolution-24b0c3d20d4ce21e9072d58e8bb70e10f82e3f46.tar.zst gsoc2013-evolution-24b0c3d20d4ce21e9072d58e8bb70e10f82e3f46.zip |
Move these files to e-util.
2008-04-22 Matthew Barnes <mbarnes@redhat.com>
* composer/gconf-bridge.c:
* composer/gconf-bridge.h:
Move these files to e-util.
* composer/Makefile.am:
* composer/e-composer-private.h:
* mail/em-composer-prefs.c:
Adapt.
* e-util/Makefile.am:
Add gconf-bridge.[ch] from composer.
svn path=/trunk/; revision=35399
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 3677d841d4..3d4c495b8a 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -115,6 +115,8 @@ libeutil_la_SOURCES = \ e-util-labels.c \ e-util-private.h \ e-xml-utils.c \ + gconf-bridge.c \ + gconf-bridge.h \ $(PLATFORM_SOURCES) MARSHAL_GENERATED = e-util-marshal.c e-util-marshal.h |