aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-09-24 04:41:27 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-24 04:41:27 +0800
commite48aee61c9646c7e4eaf2d5dc6f04fa5104c1e10 (patch)
tree185e239eb035cb3c6ecfbb1557c5c936e9834e1b /plugins
parent60f483c4edfc89025e8319fad839a21d024b0083 (diff)
downloadgsoc2013-evolution-e48aee61c9646c7e4eaf2d5dc6f04fa5104c1e10.tar
gsoc2013-evolution-e48aee61c9646c7e4eaf2d5dc6f04fa5104c1e10.tar.gz
gsoc2013-evolution-e48aee61c9646c7e4eaf2d5dc6f04fa5104c1e10.tar.bz2
gsoc2013-evolution-e48aee61c9646c7e4eaf2d5dc6f04fa5104c1e10.tar.lz
gsoc2013-evolution-e48aee61c9646c7e4eaf2d5dc6f04fa5104c1e10.tar.xz
gsoc2013-evolution-e48aee61c9646c7e4eaf2d5dc6f04fa5104c1e10.tar.zst
gsoc2013-evolution-e48aee61c9646c7e4eaf2d5dc6f04fa5104c1e10.zip
Rework optional plugin detection to fix distcheck.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index c20e1dde91..0aa7857f6f 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,4 +1,4 @@
SUBDIRS = $(plugins_enabled)
-DIST_SUBDIRS = $(all_plugins_base) $(all_plugins_standard) $(all_plugins_experimental) profiler
+DIST_SUBDIRS = $(dist_plugins_base) $(dist_plugins_standard) $(dist_plugins_experimental)
-include $(top_srcdir)/git.mk