diff options
author | nobody <nobody@localhost> | 2002-11-01 21:26:26 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-11-01 21:26:26 +0800 |
commit | 0ffd79d9eacd8e9049779e19c9f9c0f3e11e48c4 (patch) | |
tree | 8ae783cd6c35d09da0b72d5d0a203f8980c8eddf /e-util/Makefile.am | |
parent | 8ae8cb35257f42c905c86eb424759fdfde97eb41 (diff) | |
download | gsoc2013-evolution-RELEASE_1_0_1.tar.gz gsoc2013-evolution-RELEASE_1_0_1.tar.zst gsoc2013-evolution-RELEASE_1_0_1.zip |
This commit was manufactured by cvs2svn to create tagRELEASE_1_0_1
'RELEASE_1_0_1'.
svn path=/tags/RELEASE_1_0_1/; revision=18481
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 117 |
1 files changed, 0 insertions, 117 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am deleted file mode 100644 index 00b7db92e2..0000000000 --- a/e-util/Makefile.am +++ /dev/null @@ -1,117 +0,0 @@ -SUBDIRS = . ename - -imagesdir = $(datadir)/images/evolution - -eutilincludedir = $(includedir)/evolution/e-util -econdincludedir = $(includedir)/evolution/e-conduit -edb3includedir = $(includedir)/evolution/e-db3util - -INCLUDES = \ - -I$(top_srcdir) \ - -DEVOLUTION_IMAGES=\""$(imagesdir)"\" \ - -DEVOLUTION_CATEGORY_ICONS=\""$(imagesdir)/categories"\" \ - -DG_LOG_DOMAIN=\"e-utils\" \ - $(DB3_CFLAGS) \ - $(PISOCK_CFLAGS) \ - $(E_UTIL_CFLAGS) - -privlib_LTLIBRARIES = libeutil.la libedb3util.la libeconduit.la -noinst_LTLIBRARIES = libeutil-static.la libeconduit-static.la - -eutilinclude_HEADERS = \ - e-bonobo-factory-util.h \ - e-categories-master-list-wombat.h \ - e-categories-config.h \ - e-component-listener.h \ - e-config-listener.h \ - e-corba-utils.h \ - e-dialog-utils.h \ - e-dialog-widgets.h \ - e-gtk-utils.h \ - e-gui-utils.h \ - e-host-utils.h \ - e-html-utils.h \ - e-iterator.h \ - e-lang-utils.h \ - e-list-iterator.h \ - e-list.h \ - e-memory.h \ - e-mktemp.h \ - e-msgport.h \ - e-passwords.h \ - e-path.h \ - e-proxy.h \ - e-request.h \ - e-sexp.h \ - e-time-utils.h \ - e-url.h \ - md5-utils.h - -libeutil_la_SOURCES = \ - $(eutilinclude_HEADERS) \ - e-bonobo-factory-util.c \ - e-categories-master-list-wombat.c \ - e-categories-config.c \ - e-component-listener.c \ - e-config-listener.c \ - e-corba-utils.c \ - e-dialog-utils.c \ - e-dialog-widgets.c \ - e-gtk-utils.c \ - e-gui-utils.c \ - e-host-utils.c \ - e-html-utils.c \ - e-iterator.c \ - e-lang-utils.c \ - e-list-iterator.c \ - e-list.c \ - e-memory.c \ - e-mktemp.c \ - e-msgport.c \ - e-passwords.c \ - e-path.c \ - e-proxy.c \ - e-request.c \ - e-sexp.c \ - e-time-utils.c \ - e-url.c \ - md5-utils.c - -libeutil_la_LIBADD = $(E_UTIL_LIBS) - -libeutil_static_la_SOURCES = $(libeutil_la_SOURCES) -libeutil_static_la_LIBADD = $(libeutil_la_LIBADD) -libeutil_static_la_LDFLAGS = -all-static - -econdinclude_HEADERS = \ - e-pilot-map.h \ - e-pilot-settings.h \ - e-pilot-util.h - -pilot_sources = \ - $(econdinclude_HEADERS) \ - e-pilot-map.c \ - e-pilot-settings.c \ - e-pilot-util.c - -if ENABLE_PILOT_CONDUITS -pilot_compile = $(pilot_sources) -else -pilot_compile = -endif - -libeconduit_la_SOURCES = $(pilot_compile) - -libeconduit_static_la_SOURCES = $(libeconduit_la_SOURCES) -libeconduit_static_la_LDFLAGS = -all-static - -EXTRA_DIST = $(pilot_sources) - -edb3include_HEADERS = \ - e-db3-utils.h \ - e-dbhash.h - -libedb3util_la_SOURCES = \ - $(edb3include_HEADERS) \ - e-db3-utils.c \ - e-dbhash.c |