Files
evolution/e-util/Makefile.am
NotZed 5c92a18781 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
2000-02-28 18:26:24 +00:00

23 lines
333 B
Makefile

INCLUDES = \
$(GNOME_INCLUDEDIR)
noinst_LTLIBRARIES = libeutil.la
libeutil_la_SOURCES = \
e-canvas.c \
e-canvas.h \
e-canvas-utils.c\
e-canvas-utils.h\
e-cursors.c \
e-cursors.h \
e-gui-utils.c \
e-gui-utils.h \
e-setup.c \
e-setup.h \
e-util.c \
e-util.h \
e-xml-utils.c \
e-xml-utils.h \
e-sexp.c \
s-sexp.h