2005-12-23 06:26:23 -08:00
|
|
|
#
|
|
|
|
# moo/moopython/plugins/Makefile.incl
|
|
|
|
#
|
|
|
|
|
2006-04-21 01:30:05 -07:00
|
|
|
moopython_pluginsdir = $(MOO_LIB_DIR)/plugins
|
|
|
|
moopython_plugins_libdir = $(MOO_LIB_DIR)/plugins/lib
|
2006-04-20 12:13:42 -07:00
|
|
|
|
|
|
|
moopython_plugins_DATA = \
|
2005-12-23 06:26:23 -08:00
|
|
|
$(moopython)/plugins/console.py \
|
|
|
|
$(moopython)/plugins/pystuff.py
|
2006-04-20 12:13:42 -07:00
|
|
|
|
|
|
|
moopython_plugins_lib_DATA = \
|
|
|
|
$(moopython)/plugins/pyconsole.py
|
|
|
|
|
|
|
|
moo_extra_dist += \
|
|
|
|
$(moopython_plugins_DATA) \
|
|
|
|
$(moopython_plugins_lib_DATA)
|