Files
evolution/plugin.mk
JP Rosevear a45875e43e list plugins as a subdir
2004-10-20  JP Rosevear  <jpr@novell.com>

	* Makefile.am: list plugins as a subdir

	* plugins/Makefile.am: build enabled plugins

	* plugin.mk: simple rule for creating .eplug files

	* configure.in: add plugin foo; --enable-plugins=all turns them
	all on, or you can --enable-plugins="<plugin dir> <plugin dir>" to
	list specific ones

svn path=/trunk/; revision=27640
2004-10-20 05:17:54 +00:00

3 lines
68 B
Makefile

%.eplug: %.eplug.in
sed -e 's|\@PLUGINDIR\@|$(plugindir)|' $< > $@