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
3 lines
75 B
Makefile
3 lines
75 B
Makefile
SUBDIRS = $(plugins_enabled)
|
|
DIST_SUBDIRS = $(plugins_base) $(plugins_all)
|