diff options
author | monsta <[email protected]> | 2016-11-06 14:42:18 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-06 14:42:18 +0300 |
commit | 65371f53dbb06180b750dad7c19e7bcf0f8651d6 (patch) | |
tree | 0b387d0a17207e13ce662da55970c97b50bc55db /plugin-loaders/Makefile.am | |
parent | 7dd02941b3647477dfe0cf8177c2eeff8bfe7b84 (diff) | |
download | pluma-65371f53dbb06180b750dad7c19e7bcf0f8651d6.tar.bz2 pluma-65371f53dbb06180b750dad7c19e7bcf0f8651d6.tar.xz |
drop Python plugins support and --enable-python build option
it requires PyGTK so won't even build with GTK+3
but keep plugins themselves for future porting to libpeas
Diffstat (limited to 'plugin-loaders/Makefile.am')
-rw-r--r-- | plugin-loaders/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugin-loaders/Makefile.am b/plugin-loaders/Makefile.am index bf1e9647..2573ec31 100644 --- a/plugin-loaders/Makefile.am +++ b/plugin-loaders/Makefile.am @@ -1,7 +1,3 @@ SUBDIRS = c -if ENABLE_PYTHON -SUBDIRS += python -endif - -include $(top_srcdir)/git.mk |