Browse Source

lua: Build Lua plugin if --with-lua is specified

Serj Kalichev 1 year ago
parent
commit
6dc9b65fb3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      plugins/lua/Makefile.am

+ 3 - 0
plugins/lua/Makefile.am

@@ -1,4 +1,7 @@
+if WITH_LUA
 plugin_LTLIBRARIES += kplugin-lua.la
+endif
+
 kplugin_lua_la_SOURCES =
 kplugin_lua_la_LDFLAGS = $(AM_LDFLAGS) -avoid-version -module
 kplugin_lua_la_LIBS =