diff options
author | monsta <[email protected]> | 2016-12-05 18:42:03 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-12-05 18:42:03 +0300 |
commit | 3860e7b99fc652c7d193cf81f565ea56b507b51a (patch) | |
tree | 5e5c45b591ea066e749786cea9f3f236523d8e15 /configure.ac | |
parent | e1fbe56adf49a5f4d3a3bb493933d9ae5a5c081f (diff) | |
download | pluma-3860e7b99fc652c7d193cf81f565ea56b507b51a.tar.bz2 pluma-3860e7b99fc652c7d193cf81f565ea56b507b51a.tar.xz |
remove old plugin system and docs for it
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 08f83a5a..cf145e37 100644 --- a/configure.ac +++ b/configure.ac @@ -224,10 +224,8 @@ AC_ARG_ENABLE([tests], AM_CONDITIONAL(ENABLE_TESTS, test x$enable_tests = xyes) PLUGIN_LIBTOOL_FLAGS="-module -avoid-version" -LOADER_LIBTOOL_FLAGS="-module -avoid-version" AC_SUBST(PLUGIN_LIBTOOL_FLAGS) -AC_SUBST(LOADER_LIBTOOL_FLAGS) PLUMA_PLUGINS_DATA_DIR="$datadir/pluma/plugins" AC_SUBST(PLUMA_PLUGINS_DATA_DIR) @@ -251,8 +249,6 @@ pluma/smclient/Makefile pluma/Makefile help/Makefile pixmaps/Makefile -plugin-loaders/Makefile -plugin-loaders/c/Makefile plugins/Makefile plugins/changecase/Makefile plugins/docinfo/Makefile |