aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
diff options
context:
space:
mode:
authorNot Zed <NotZed@HelixCode.com>2000-11-21 07:57:32 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-11-21 07:57:32 +0800
commit79f6be42c0b7298c0347838334e58b2eb9573e9d (patch)
treef8a0abb0bd03c3401c6a08df2ac0f704b09f3774 /e-util/Makefile.am
parent854f94bc2016d4501aa7b6be1e78790a9ffb12ae (diff)
downloadgsoc2013-evolution-79f6be42c0b7298c0347838334e58b2eb9573e9d.tar
gsoc2013-evolution-79f6be42c0b7298c0347838334e58b2eb9573e9d.tar.gz
gsoc2013-evolution-79f6be42c0b7298c0347838334e58b2eb9573e9d.tar.bz2
gsoc2013-evolution-79f6be42c0b7298c0347838334e58b2eb9573e9d.tar.lz
gsoc2013-evolution-79f6be42c0b7298c0347838334e58b2eb9573e9d.tar.xz
gsoc2013-evolution-79f6be42c0b7298c0347838334e58b2eb9573e9d.tar.zst
gsoc2013-evolution-79f6be42c0b7298c0347838334e58b2eb9573e9d.zip
New routines for fast memory management and compact string array storage.
2000-11-20 Not Zed <NotZed@HelixCode.com> * e-memory.[ch]: New routines for fast memory management and compact string array storage. * Makefile.am (libeutil_la_SOURCES): Added e-memory.[ch]. svn path=/trunk/; revision=6619
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r--e-util/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index 856cecf46a..a2094d5894 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -29,6 +29,8 @@ libeutil_la_SOURCES = \
e-list-iterator.h \
e-list.c \
e-list.h \
+ e-memory.c \
+ e-memory.h \
e-sexp.c \
e-sexp.h \
e-dbhash.c \