aboutsummaryrefslogtreecommitdiffstats
path: root/notes/Makefile.am
blob: a5935c2d8f74de351fc6640a62f3a4152d3cebac (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
noinst_PROGRAMS = notes-test

INCLUDES = \
    -I$(top_builddir)/shell             \
    -I$(top_srcdir)/shell               \
    -I$(top_srcdir)/widgets/e-text          \
    $(BONOBO_HTML_GNOME_CFLAGS)         \
    $(EXTRA_GNOME_CFLAGS)               \
    -DEVOLUTION_VERSION=\""$(VERSION)"\"        \
    -DEVOLUTION_GLADEDIR=\""$(gladedir)"\"      \
    -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\"      \
    -DEVOLUTION_LOCALEDIR=\""$(localedir)"\"    \
    -DEVOLUTION_DATADIR=\""$(datadir)"\"            \
    -DG_LOG_DOMAIN=\"evolution-notes\"

notes_test_SOURCES =            \
    e-bevel-button.c        \
    e-bevel-button.h        \
    e-bevel-button-util.c       \
    e-bevel-button-util.h       \
    e-note.c            \
    e-note.h            \
    test-notes.c

oafdir = $(datadir)/oaf
oaf_DATA = GNOME_Evolution_Notes.oafinfo

notes_test_LDADD =                  \
    $(BONOBO_HTML_GNOME_LIBS)           \
    $(EXTRA_GNOME_LIBS)

EXTRA_DIST= $(oaf_DATA)