aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
blob: 19c757e580201a3e589e8b9e6d51549bb5d118c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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-html-utils.c  \
    e-html-utils.h  \
    e-paned.c   \
    e-paned.h   \
    e-popup-menu.c  \
    e-popup-menu.h  \
    e-setup.c   \
    e-setup.h   \
    e-sexp.c    \
    e-sexp.h    \
    e-util.c    \
    e-util.h    \
    e-xml-utils.c   \
    e-xml-utils.h