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

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

noinst_LIBRARIES = libcal-dialogs.a

libcal_dialogs_a_SOURCES =  \
    alarm-notify-dialog.c   \
    alarm-notify-dialog.h

glade_DATA =            \
    alarm-notify.glade

glade_messages =        \
    alarm-notify.glade.h

EXTRA_DIST =            \
    $(glade_DATA)       \
    $(glade_messages)