aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
blob: b9e2ac1f3b24b2e7781913a6defbb26c12375d14 (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
29
30
31
32
imagesdir = $(datadir)/images/evolution

INCLUDES =                  \
    $(GNOME_INCLUDEDIR)         \
    -DEVOLUTION_IMAGES=\""$(imagesdir)"\"   \
    -DG_LOG_DOMAIN=\"e-utils\"

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