aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
blob: cfed75a93698215632bcd991793246829e5a0bb4 (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-dialog-widgets.c      \
    e-dialog-widgets.h      \
    e-gui-utils.c           \
    e-gui-utils.h           \
    e-html-utils.c          \
    e-html-utils.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