Explorar el Código

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

Serj Kalichev hace 2 años
padre
commit
6dc9b65fb3
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 =