diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-01-15 01:29:24 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-01-15 01:29:24 +0800 |
commit | 6f24ef0425086b04b2961ac9df004ad5400bca0a (patch) | |
tree | 19e80123c96db083f4cc71326cc6496038e3d2b2 /e-util/Makefile.am | |
parent | 945d1677e2f74b0210c4482116f8bb3557cddc32 (diff) | |
download | gsoc2013-evolution-6f24ef0425086b04b2961ac9df004ad5400bca0a.tar.gz gsoc2013-evolution-6f24ef0425086b04b2961ac9df004ad5400bca0a.tar.zst gsoc2013-evolution-6f24ef0425086b04b2961ac9df004ad5400bca0a.zip |
New source files for mapping bonobo-conf keys to gconf keys. Moved out of
2004-01-14 Jeffrey Stedfast <fejj@ximian.com>
* e-bconf-map.[c,h]: New source files for mapping bonobo-conf keys
to gconf keys. Moved out of shell/e-config-upgrade.c
svn path=/trunk/; revision=24222
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 3f181ddd45..8587fbe504 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -14,6 +14,7 @@ privlib_LTLIBRARIES = libeutil.la libeconduit.la eutilinclude_HEADERS = \ e-account-list.h \ e-account.h \ + e-bconf-map.h \ e-categories-config.h \ e-categories-master-list-wombat.h \ e-component-listener.h \ @@ -49,6 +50,7 @@ libeutil_la_SOURCES = \ $(eutilinclude_HEADERS) \ e-account-list.c \ e-account.c \ + e-bconf-map.c \ e-categories-config.c \ e-categories-master-list-wombat.c \ e-component-listener.c \ |