diff options
author | Nickolay V. Shmyrev <nshmyrev@yandex.ru> | 2007-06-06 23:23:49 +0800 |
---|---|---|
committer | Nickolay V. Shmyrev <nshmyrev@src.gnome.org> | 2007-06-06 23:23:49 +0800 |
commit | a63ea87a21a77e951a55b09c8b7dce9becf82177 (patch) | |
tree | 19cb0d2d2b91baef775471bc56692d2bd651c9dc /calendar | |
parent | c43e87ecbaca9612672971e13b2b6836fad1db5f (diff) | |
download | gsoc2013-evolution-a63ea87a21a77e951a55b09c8b7dce9becf82177.tar.gz gsoc2013-evolution-a63ea87a21a77e951a55b09c8b7dce9becf82177.tar.zst gsoc2013-evolution-a63ea87a21a77e951a55b09c8b7dce9becf82177.zip |
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
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 7 | ||||
-rw-r--r-- | calendar/Makefile.am | 10 |
2 files changed, 12 insertions, 5 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 81e6778494..bdb74d98f9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +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>. + 2007-06-04 Chenthill Palanisamy <pchenthill@novell.com> * gui/Makefile.am: Added the filter flags and the new files. diff --git a/calendar/Makefile.am b/calendar/Makefile.am index f08e48d566..f9a54aff06 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -1,13 +1,13 @@ - -SUBDIRS = idl common importers gui - if ENABLE_PILOT_CONDUITS -SUBDIRS += 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 = \ |