From 54a9260f696f5c7462f40af8f838d723ba3abeb5 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Sun, 3 Jun 2007 14:50:35 +0000 Subject: Fix for version removal from installed files. svn path=/trunk/; revision=33646 --- calendar/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'calendar/Makefile.am') diff --git a/calendar/Makefile.am b/calendar/Makefile.am index f9a54aff06..f08e48d566 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -1,13 +1,13 @@ + +SUBDIRS = idl common importers gui + if ENABLE_PILOT_CONDUITS -CONDUIT_DIR = conduits -else -CONDUIT_DIR = +SUBDIRS += conduits endif -SUBDIRS = idl common importers gui $(CONDUIT_DIR) - error_DATA = calendar.error errordir = $(privdatadir)/errors + @EVO_PLUGIN_RULE@ EXTRA_DIST = \ -- cgit