aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-11-19 04:02:06 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-11-19 04:02:06 +0800
commitb44f4b40e239c4c481eef4ef94c10d8159e72ef2 (patch)
tree1ce2a93e6f531add200d31fa3a8ab2de77cf261d /e-util/Makefile.am
parent45e03ba1dee9a53af1b0798a5b7149cf8000ca36 (diff)
downloadgsoc2013-evolution-b44f4b40e239c4c481eef4ef94c10d8159e72ef2.tar
gsoc2013-evolution-b44f4b40e239c4c481eef4ef94c10d8159e72ef2.tar.gz
gsoc2013-evolution-b44f4b40e239c4c481eef4ef94c10d8159e72ef2.tar.bz2
gsoc2013-evolution-b44f4b40e239c4c481eef4ef94c10d8159e72ef2.tar.lz
gsoc2013-evolution-b44f4b40e239c4c481eef4ef94c10d8159e72ef2.tar.xz
gsoc2013-evolution-b44f4b40e239c4c481eef4ef94c10d8159e72ef2.tar.zst
gsoc2013-evolution-b44f4b40e239c4c481eef4ef94c10d8159e72ef2.zip
remove db3 library, if you really want it, get it from e-d-s
2003-11-18 JP Rosevear <jpr@ximian.com> * Makefile.am: remove db3 library, if you really want it, get it from e-d-s svn path=/trunk/; revision=23424
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r--e-util/Makefile.am16
1 files changed, 1 insertions, 15 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index ab8f39a3a2..cfb512938e 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -1,6 +1,5 @@
eutilincludedir = $(privincludedir)/e-util
econdincludedir = $(privincludedir)/e-conduit
-edb3includedir = $(privincludedir)/e-db3util
INCLUDES = \
-I$(top_srcdir) \
@@ -9,11 +8,10 @@ INCLUDES = \
-DG_LOG_DOMAIN=\"e-utils\" \
-DG_DISABLE_DEPRECATED \
-DGTK_DISABLE_DEPRECATED \
- $(DB3_CFLAGS) \
$(GNOME_PILOT_CFLAGS) \
$(E_UTIL_CFLAGS)
-privlib_LTLIBRARIES = libeutil.la libedb3util.la libeconduit.la
+privlib_LTLIBRARIES = libeutil.la libeconduit.la
eutilinclude_HEADERS = \
e-account-list.h \
@@ -114,18 +112,6 @@ EXTRA_DIST = \
ChangeLog.pre-1-4 \
e-util-marshal.list
-edb3include_HEADERS = \
- e-db3-utils.h \
- e-dbhash.h
-
-libedb3util_la_SOURCES = \
- $(edb3include_HEADERS) \
- e-db3-utils.c \
- e-dbhash.c
-
-libedb3util_la_LIBADD = \
- $(DB3_LDADD)
-
BUILT_SOURCES = $(MARSHAL_GENERATED)
CLEANFILES = $(BUILT_SOURCES)