aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/Makefile.am
blob: 4fe61655775de759693ba18e8e95d132dc73ab4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS = importers gui alarm-notify

error_DATA = calendar.error
errordir = $(privdatadir)/errors
@EVO_PLUGIN_RULE@

EXTRA_DIST =            \
    calendar.error.xml  \
    $(error_DATA)       \
    zones.h

dist-hook:
    cd $(distdir); rm -f $(BUILT_SOURCES)

BUILT_SOURCES = $(error_DATA)

CLEANFILES = $(BUILT_SOURCES)

-include $(top_srcdir)/git.mk