aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-timezone-dialog/Makefile.am
blob: 798958a471e57d67042101992f0eadd4fd9d51ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
INCLUDES =                  \
    -I$(top_srcdir)             \
    $(EXTRA_GNOME_CFLAGS)           \
    -DMAP_DIR=\""$(datadir)/images/evolution"\" \
    -DEVOLUTION_GLADEDIR=\""$(gladedir)"\"      \
    -DG_LOG_DOMAIN=__FILE__

noinst_LIBRARIES =  \
    libetimezonedialog.a

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

gladedir = $(datadir)/evolution/glade
glade_DATA = e-timezone-dialog.glade

EXTRA_DIST = $(glade_DATA)