aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/Makefile.am
blob: dd9a2b25409305cebd96133b1dacceb85af190d1 (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
33
34
35
gladedir = $(datadir)/evolution/glade

INCLUDES =                      \
    -DG_LOG_DOMAIN=\"calendar-gui\"         \
    -I$(top_srcdir)                 \
    -I$(top_srcdir)/calendar            \
    -I$(top_srcdir)/libical/src/libical     \
    -I$(top_builddir)/libical/src/libical       \
    -I$(includedir)                 \
    -DEVOLUTION_DATADIR=\""$(datadir)"\"        \
    -DEVOLUTION_GLADEDIR=\""$(gladedir)"\"      \
    $(BONOBO_VFS_GNOME_CFLAGS)          \
        -DGNOMELOCALEDIR=\""$(localedir)"\"

noinst_LIBRARIES = libcal-dialogs.a

libcal_dialogs_a_SOURCES =  \
    alarm-notify-dialog.c   \
    alarm-notify-dialog.h   \
    cal-prefs-dialog.c  \
    cal-prefs-dialog.h  \
    delete-comp.c       \
    delete-comp.h       \
    save-comp.c     \
    save-comp.h     \
    task-editor.c       \
    task-editor.h

glade_DATA =            \
    alarm-notify.glade  \
    cal-prefs-dialog.glade  \
    task-editor-dialog.glade

EXTRA_DIST =            \
    $(glade_DATA)