diff options
author | Michael Terry <mike@mterry.name> | 2004-04-19 23:17:19 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-04-19 23:17:19 +0800 |
commit | 1ace8a21329554efffa1d1185befee021cedd1a7 (patch) | |
tree | d04b2b464e7471701158856f4880c9e2429800f0 /e-util/Makefile.am | |
parent | e901dd254faf0f505bf2a9d11c8e615a45e6cd64 (diff) | |
download | gsoc2013-evolution-1ace8a21329554efffa1d1185befee021cedd1a7.tar.gz gsoc2013-evolution-1ace8a21329554efffa1d1185befee021cedd1a7.tar.zst gsoc2013-evolution-1ace8a21329554efffa1d1185befee021cedd1a7.zip |
Add e-icon-factory.[ch] Use the icon theme via EIconFactory Move
2004-04-16 Michael Terry <mike@mterry.name>
* Makefile.am: Add e-icon-factory.[ch]
* e-gui-utils.c: Use the icon theme via EIconFactory
* e-icon-factory.[ch]: Move EIconFactory to e-util, and add icon theme
support to the object so evolution uses them
svn path=/trunk/; revision=25511
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 70cb9ab836..70af472abc 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -27,6 +27,7 @@ eutilinclude_HEADERS = \ e-gui-utils.h \ e-host-utils.h \ e-html-utils.h \ + e-icon-factory.h \ e-iterator.h \ e-lang-utils.h \ e-list-iterator.h \ @@ -65,6 +66,7 @@ libeutil_la_SOURCES = \ e-gui-utils.c \ e-host-utils.c \ e-html-utils.c \ + e-icon-factory.c \ e-iterator.c \ e-lang-utils.c \ e-list-iterator.c \ @@ -120,4 +122,4 @@ BUILT_SOURCES = $(MARSHAL_GENERATED) CLEANFILES = $(BUILT_SOURCES) dist-hook: - cd $(distdir); rm -f $(BUILT_SOURCES)
\ No newline at end of file + cd $(distdir); rm -f $(BUILT_SOURCES) |