diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-09 11:45:48 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-09 11:45:48 +0800 |
commit | 0a9f51518502e55b1172429609969287437b25e0 (patch) | |
tree | da158de3f652ae8f6ce0082c520a75644a2f8fe0 /e-util/Makefile.am | |
parent | 93e3a5b7a26de02fd34045c4b127e3349d89add4 (diff) | |
download | gsoc2013-evolution-0a9f51518502e55b1172429609969287437b25e0.tar.gz gsoc2013-evolution-0a9f51518502e55b1172429609969287437b25e0.tar.zst gsoc2013-evolution-0a9f51518502e55b1172429609969287437b25e0.zip |
add e-categories-config.h and e-categories-master-list-wombat.h
2002-11-08 Chris Toshok <toshok@ximian.com>
* Makefile.am (eutilinclude_HEADERS): add e-categories-config.h
and e-categories-master-list-wombat.h
(libeutil_la_SOURCES): add e-categories-master-list-wombat.c
* e-categories-master-list-wombat.[ch]: port work.
svn path=/trunk/; revision=18683
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 69d582522a..17dc41ea6c 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -19,6 +19,8 @@ privlib_LTLIBRARIES = libeutil.la libedb3util.la libeconduit.la noinst_LTLIBRARIES = libeutil-static.la libeconduit-static.la eutilinclude_HEADERS = \ + e-categories-config.h \ + e-categories-master-list-wombat.h \ e-component-listener.h \ e-config-listener.h \ e-corba-utils.h \ @@ -44,6 +46,7 @@ eutilinclude_HEADERS = \ libeutil_la_SOURCES = \ $(eutilinclude_HEADERS) \ e-categories-config.c \ + e-categories-master-list-wombat.c \ e-component-listener.c \ e-config-listener.c \ e-corba-utils.c \ @@ -84,8 +87,6 @@ MARSHAL_GENERATED = e-util-marshal.c e-util-marshal.h # FIXME TODO -# e-categories-config.c -# e-categories-master-list-wombat.[ch] # e-passwords.c # e-proxy.c # bonobo-factory-util.[ch] |