aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-timezone-dialog/Makefile.am
blob: ee9b3f0cc8b07521e1a98c854d08c4a4e69cf71a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INCLUDES =                              \
    -I$(top_srcdir)                         \
    -I$(top_srcdir)/libical/src                 \
    -DEVOLUTION_GLADEDIR=\""$(gladedir)"\"              \
    -DG_LOG_DOMAIN=__FILE__                     \
    $(TZDIALOG_CFLAGS)

noinst_LTLIBRARIES =    \
    libetimezonedialog.la

libetimezonedialog_la_SOURCES = \
    e-timezone-dialog.c \
    e-timezone-dialog.h

glade_DATA = e-timezone-dialog.glade

EXTRA_DIST = $(glade_DATA)