Finish cleanup of .../plugins/{configure.ac, Makefile.am} 38/1838/1
authorDave Barach <dave@barachs.net>
Sat, 2 Jul 2016 14:34:55 +0000 (10:34 -0400)
committerDave Barach <dave@barachs.net>
Sat, 2 Jul 2016 14:35:08 +0000 (10:35 -0400)
To add a new plugin subdirectory, add this to Makefile.am:

if ENABLE_new_PLUGIN
SUBDIRS += new-plugin
endif

and add this to configure.ac:
PLUGIN(new)

Change-Id: I770a6f4f8f964fd7318a912be486accf46514b59
Signed-off-by: Dave Barach <dave@barachs.net>

No differences found