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 /addressbook/Makefile.am | |
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 'addressbook/Makefile.am')
-rw-r--r-- | addressbook/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am index 2ad82313ae..4ee593ecc6 100644 --- a/addressbook/Makefile.am +++ b/addressbook/Makefile.am @@ -1,10 +1,10 @@ -SUBDIRS = util printing importers gui tools - if ENABLE_PILOT_CONDUITS -SUBDIRS += conduit +CONDUIT_SUBDIR = conduit endif +SUBDIRS = util printing importers gui tools $(CONDUIT_SUBDIR) + error_DATA = addressbook.error errordir = $(privdatadir)/errors |