diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-03 22:50:35 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-03 22:50:35 +0800 |
commit | 54a9260f696f5c7462f40af8f838d723ba3abeb5 (patch) | |
tree | ab87ece78582288b7dabf6635fe3f393fd042c4d /addressbook/Makefile.am | |
parent | b484ae1c53ce5e8075eefe907cffbcb936106397 (diff) | |
download | gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.tar.gz gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.tar.zst gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.zip |
Fix for version removal from installed files.
svn path=/trunk/; revision=33646
Diffstat (limited to 'addressbook/Makefile.am')
-rw-r--r-- | addressbook/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am index 8d70a4f13f..2ad82313ae 100644 --- a/addressbook/Makefile.am +++ b/addressbook/Makefile.am @@ -1,12 +1,13 @@ + +SUBDIRS = util printing importers gui tools + if ENABLE_PILOT_CONDUITS -CONDUIT_SUBDIR=conduit +SUBDIRS += conduit endif -SUBDIRS = \ - util printing importers gui tools $(CONDUIT_SUBDIR) - error_DATA = addressbook.error errordir = $(privdatadir)/errors + @EVO_PLUGIN_RULE@ EXTRA_DIST = \ |