aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r--calendar/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am
deleted file mode 100644
index 56acae59c8..0000000000
--- a/calendar/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-if ENABLE_PILOT_CONDUITS
-CONDUIT_DIR = conduits
-else
-CONDUIT_DIR =
-endif
-
-SUBDIRS = idl common gui importers $(CONDUIT_DIR)
-
-error_DATA = calendar-errors.xml
-error_i18n = $(error_DATA:.xml=.xml.h)
-errordir = $(privdatadir)/errors
-%.xml.h: %.xml
- $(top_builddir)/e-util/e-error-tool $^
-
-EXTRA_DIST = \
- ChangeLog.pre-1-4 \
- $(error_DATA) \
- zones.h
-
-dist-hook:
- cd $(distdir); rm -f $(BUILT_SOURCES)
-
-BUILT_SOURCES = $(error_i18n)
-
-CLEANFILES = $(BUILT_SOURCES)