mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
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
14 lines
305 B
Makefile
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
|