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 /e-util/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 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index c6058791dd..2b1098a5d2 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -1,9 +1,9 @@ INCLUDES = \ $(GNOME_INCLUDEDIR) -noinst_LIBRARIES = libeutil.a +noinst_LTLIBRARIES = libeutil.la -libeutil_a_SOURCES = \ +libeutil_la_SOURCES = \ e-canvas.c \ e-canvas.h \ e-canvas-utils.c\ @@ -17,4 +17,6 @@ libeutil_a_SOURCES = \ e-util.c \ e-util.h \ e-xml-utils.c \ - e-xml-utils.h + e-xml-utils.h \ + e-sexp.c \ + s-sexp.h |