You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
klish/plugins/module.am

11 lines
238 B

## Process this file with automake to produce Makefile.in
EXTRA_DIST += \
plugins/lua/module.am \
plugins/default/module.am
include $(top_srcdir)/plugins/default/module.am
if WITH_LUA
include $(top_srcdir)/plugins/lua/module.am
endif