Install plugin files and Libpeas plugin objects
authorPhilip Chimento <philip.chimento@gmail.com>
Wed, 3 Oct 2012 05:48:52 +0000 (22:48 -0700)
committerPhilip Chimento <philip.chimento@gmail.com>
Wed, 3 Oct 2012 05:48:52 +0000 (22:48 -0700)
commitf8a1c493a8e97cc3468b5c5940183350a3758830
tree8a992253a87cd732552e53b366511f3f0ecd8376
parent4003ab9746b147ef4ade120d03df62d06d5a3850
Install plugin files and Libpeas plugin objects

Each interpreter plugin now has a .plugin information file and a
Chimara plugin object. The plugin objects are all empty right now
but they will get properties that can be configured.
18 files changed:
configure.ac
interpreters/Makefile.am
interpreters/bocfel.plugin [new file with mode: 0644]
interpreters/chimara-bocfel-plugin.c [new file with mode: 0644]
interpreters/chimara-bocfel-plugin.h [new file with mode: 0644]
interpreters/chimara-frotz-plugin.c [new file with mode: 0644]
interpreters/chimara-frotz-plugin.h [new file with mode: 0644]
interpreters/chimara-git-plugin.c [new file with mode: 0644]
interpreters/chimara-git-plugin.h [new file with mode: 0644]
interpreters/chimara-glulxe-plugin.c [new file with mode: 0644]
interpreters/chimara-glulxe-plugin.h [new file with mode: 0644]
interpreters/chimara-nitfol-plugin.c [new file with mode: 0644]
interpreters/chimara-nitfol-plugin.h [new file with mode: 0644]
interpreters/frotz.plugin [new file with mode: 0644]
interpreters/git.plugin [new file with mode: 0644]
interpreters/glulxe.plugin [new file with mode: 0644]
interpreters/nitfol.plugin [new file with mode: 0644]
tests/testpeas.py [new file with mode: 0644]