aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-11-15 06:35:35 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-11-15 06:35:35 +0800
commitdccfa1bc639a9d622e203ec0ad4f221487bb1a5f (patch)
tree6832c2691be1b3065587d81814289db5283273f7 /e-util/Makefile.am
parent11e3c8caaab307604b926b3caab2a1d4a3ae6301 (diff)
downloadgsoc2013-evolution-dccfa1bc639a9d622e203ec0ad4f221487bb1a5f.tar
gsoc2013-evolution-dccfa1bc639a9d622e203ec0ad4f221487bb1a5f.tar.gz
gsoc2013-evolution-dccfa1bc639a9d622e203ec0ad4f221487bb1a5f.tar.bz2
gsoc2013-evolution-dccfa1bc639a9d622e203ec0ad4f221487bb1a5f.tar.lz
gsoc2013-evolution-dccfa1bc639a9d622e203ec0ad4f221487bb1a5f.tar.xz
gsoc2013-evolution-dccfa1bc639a9d622e203ec0ad4f221487bb1a5f.tar.zst
gsoc2013-evolution-dccfa1bc639a9d622e203ec0ad4f221487bb1a5f.zip
don't build the e-source stuff anymore, its in e-d-s now
2003-11-14 JP Rosevear <jpr@ximian.com> * Makefile.am: don't build the e-source stuff anymore, its in e-d-s now svn path=/trunk/; revision=23370
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r--e-util/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index a0d314914a..ab8f39a3a2 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -41,9 +41,6 @@ eutilinclude_HEADERS = \
e-path.h \
e-request.h \
e-sexp.h \
- e-source-group.h \
- e-source-list.h \
- e-source.h \
e-time-utils.h \
e-trie.h \
e-uid.h \
@@ -79,9 +76,6 @@ libeutil_la_SOURCES = \
e-path.c \
e-request.c \
e-sexp.c \
- e-source-group.c \
- e-source-list.c \
- e-source.c \
e-time-utils.c \
e-trie.c \
e-uid.c \
@@ -91,12 +85,6 @@ libeutil_la_SOURCES = \
eggtrayicon.h \
md5-utils.c
-noinst_PROGRAMS = \
- test-source-list
-
-test_source_list_SOURCES = test-source-list.c
-test_source_list_LDADD = libeutil.la
-
MARSHAL_GENERATED = e-util-marshal.c e-util-marshal.h
@EVO_MARSHAL_RULE@