diff options
author | NotZed <NotZed@HelixCode.com> | 2000-02-29 02:26:24 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-02-29 02:26:24 +0800 |
commit | 5c92a18781a5b43ff0534e519b5dbabb09831e88 (patch) | |
tree | fae7c69ef2900979775f921f38112c0845a18743 /Makefile.am | |
parent | afd0dcbd68a9ca7af0e127074d293ebe139fb5a7 (diff) | |
download | gsoc2013-evolution-5c92a18781a5b43ff0534e519b5dbabb09831e88.tar.gz gsoc2013-evolution-5c92a18781a5b43ff0534e519b5dbabb09831e88.tar.zst gsoc2013-evolution-5c92a18781a5b43ff0534e519b5dbabb09831e88.zip |
Added. moved from filter-sexp.[ch]
2000-02-28 NotZed <NotZed@HelixCode.com>
* e-util/e-sexp.[ch]: Added. moved from filter-sexp.[ch]
* e-util/Makefile.am (libeutil_a_SOURCES): Add e-sexp.
(noinst_LTLIBRARIES): Changed to a libtool library.
* Makefile.am (SUBDIRS): Build e-util before other stuff.
(SUBDIRS): Build filter after camel.
svn path=/trunk/; revision=1980
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b8896a9a72..3bac63f905 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,10 +14,10 @@ SUBDIRS = \ po \ macros \ data \ + e-util \ libibex \ - filter \ camel \ - e-util \ + filter \ widgets \ composer \ mail \ |