Files
recycled-ni-neutrino/lib/luaclient/Makefile.am
martii 1b16086415 lua: implement "luaclient".
This allows for starting Lua scripts in neutrino context from the
command line. Experimental, not fully regression-tested.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5d25185684
Author: martii <m4rtii@gmx.de>
Date: 2014-10-13 (Mon, 13 Oct 2014)



------------------
This commit was generated by Migit
2014-10-14 10:27:37 +02:00

14 lines
305 B
Makefile

AM_CPPFLAGS = \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/src \
-I$(top_srcdir)/lib/luaclient \
-I$(top_srcdir)/lib/connection
AM_CPPFLAGS += -fno-rtti -fno-exceptions
bin_PROGRAMS = luaclient
luaclient_SOURCES = luaclient.cpp
luaclient_LDADD = \
$(top_builddir)/lib/connection/libtuxbox-connection.a