summaryrefslogtreecommitdiffstats
path: root/examples/gob/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* move under testsThomas Vander Stichele2005-11-301-19/+0
| | | | | Original commit message from CVS: move under tests
* Remove redundant plugindir definitionDavid Schleef2003-08-101-2/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* fix installing into wrong dirDavid Schleef2003-07-291-1/+1
| | | | | Original commit message from CVS: fix installing into wrong dir
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-191-1/+1
| | | | | | | | | versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
* - added gob example pluginBastien Nocera2002-01-201-0/+21
Original commit message from CVS: - added gob example plugin