Files
evolution/plugins/Makefile.am
Rodney Dawes 6e0ede767d 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
2004-11-09 05:04:32 +00:00

3 lines
75 B
Makefile

SUBDIRS = $(plugins_enabled)
DIST_SUBDIRS = $(plugins_base) $(plugins_all)