aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/Makefile.am
blob: f08e48d566671a48a3cab998aee3e2093f4035bb (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

SUBDIRS = idl common importers gui

if ENABLE_PILOT_CONDUITS
SUBDIRS += conduits
endif

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

@EVO_PLUGIN_RULE@

EXTRA_DIST =            \
    calendar.error.xml  \
    ChangeLog.pre-1-4   \
    $(error_DATA)       \
    zones.h

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

BUILT_SOURCES = $(error_DATA)

CLEANFILES = $(BUILT_SOURCES)