diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-24 04:41:27 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-24 04:41:27 +0800 |
commit | e48aee61c9646c7e4eaf2d5dc6f04fa5104c1e10 (patch) | |
tree | 185e239eb035cb3c6ecfbb1557c5c936e9834e1b /plugins | |
parent | 60f483c4edfc89025e8319fad839a21d024b0083 (diff) | |
download | gsoc2013-evolution-e48aee61c9646c7e4eaf2d5dc6f04fa5104c1e10.tar.gz 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.am | 2 |
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 |