Files
evolution/calendar/Makefile.am
Nickolay V. Shmyrev a63ea87a21 Reverted automake 1.6 breakage. Fixes bug 444747. Patch by Patch by Daniel
2007-06-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

	* Makefile.am:
	
	Reverted automake 1.6 breakage. Fixes bug 444747. 
	Patch by Patch by Daniel Gryniewicz <dang@nemesis.fprintf.net>.


svn path=/trunk/; revision=33661
2007-06-06 15:23:49 +00:00

25 lines
405 B
Makefile

if ENABLE_PILOT_CONDUITS
CONDUIT_DIR = conduits
else
CONDUIT_DIR =
endif
SUBDIRS = idl common importers gui $(CONDUIT_DIR)
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)