Get plugins working using the top-level makefile.
authorChris Hanson <org/chris-hanson/cph>
Mon, 22 Oct 2018 07:04:11 +0000 (00:04 -0700)
committerChris Hanson <org/chris-hanson/cph>
Mon, 22 Oct 2018 07:04:11 +0000 (00:04 -0700)
commit76e6fa27db81ecbc5ce103bc1360167b1f4695ff
tree97bdf89c1540655f1e2fbfc82201c6dfbc1c1c98
parentf6d2b5f018c461a61f4a664a4ac333a5ad7a06a4
Get plugins working using the top-level makefile.

Probably still some bugs; note workarounds for interaction between edwin and
blowfish/gdbm.  I'd like to fix those by making new plugins for the parts of
edwin that use those; that way they're installed only if both edwin and the
matching plugin is installed.
21 files changed:
src/Makefile.in
src/blowfish/blowfish.pkg
src/blowfish/compile.scm
src/configure.ac
src/edwin/edwin.pkg
src/edwin/edwin.sf
src/edwin/make.scm
src/gdbm/compile.scm
src/gdbm/gdbm.pkg
src/imail/compile.scm
src/imail/compile.sh
src/imail/imail.pkg
src/mcrypt/compile.scm
src/mcrypt/mcrypt.pkg
src/pgsql/compile.scm
src/pgsql/pgsql.pkg
src/x11-screen/compile.scm [new file with mode: 0644]
src/x11-screen/compile.sh
src/x11-screen/x11-screen.pkg
src/x11/compile.sh
src/x11/x11.pkg