diff options
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r-- | calendar/Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am index e8974cdeb5..dfed6e66c7 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -1,10 +1,4 @@ -if ENABLE_PILOT_CONDUITS -CONDUIT_DIR = conduits -else -CONDUIT_DIR = -endif - -SUBDIRS = common importers gui $(CONDUIT_DIR) +SUBDIRS = common importers gui error_DATA = calendar.error errordir = $(privdatadir)/errors |