diff options
author | Rodney Dawes <dobey@novell.com> | 2004-11-09 13:04:32 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-11-09 13:04:32 +0800 |
commit | 6e0ede767d83116d1bb7bf21877c01f21f76f8cd (patch) | |
tree | 2f5fc3ba8fe5de6a51428a4e7119338c7dcb51e6 /configure.in | |
parent | 38302fac354e1aca92c4cd9d25aecb04c5c42f59 (diff) | |
download | gsoc2013-evolution-6e0ede767d83116d1bb7bf21877c01f21f76f8cd.tar.gz gsoc2013-evolution-6e0ede767d83116d1bb7bf21877c01f21f76f8cd.tar.zst gsoc2013-evolution-6e0ede767d83116d1bb7bf21877c01f21f76f8cd.zip |
Add AC_SUBST for plugins_base also
2004-11-09 Rodney Dawes <dobey@novell.com>
* configure.in: Add AC_SUBST for plugins_base also
* plugins/Makefile.am: Add plugins_base to DIST_SUBDIRS so that we
dist the plug-ins we actually build by default
svn path=/trunk/; revision=27868
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 17a53c8183..d9a946fc64 100644 --- a/configure.in +++ b/configure.in @@ -1363,6 +1363,7 @@ xbase) esac AC_SUBST(plugins_enabled) AC_SUBST(plugins_all) +AC_SUBST(plugins_base) if echo ${plugins_enabled} | grep -q "audio-inline" then |