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
3 lines
68 B
Makefile
3 lines
68 B
Makefile
%.eplug: %.eplug.in
|
|
sed -e 's|\@PLUGINDIR\@|$(plugindir)|' $< > $@
|