Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-02 | Finish cleanup of .../plugins/{configure.ac, Makefile.am} | Dave Barach | 1 | -0/+1 | |
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> | |||||
2016-06-27 | Plugins: Clean up the plugin directory so that each plugin has its own | Ole Troan | 6 | -0/+833 | |
directory and GNU autotools setup. Change-Id: I6c59d1297389c9413db0c0b9bdf3b759080bf1b8 Signed-off-by: Ole Troan <ot@cisco.com> |