aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
blob: c6058791dd307e031a2a9ff1e3f052fc322afdc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
INCLUDES =                  \
    $(GNOME_INCLUDEDIR)

noinst_LIBRARIES = libeutil.a

libeutil_a_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