mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
neutrino: add multiple paths so they can be configured and not be hard-coded in
multiple files.
Origin commit data
------------------
Branch: ni/coolstream
Commit: ee169288a5
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2013-01-28 (Mon, 28 Jan 2013)
Origin message was:
------------------
neutrino: add multiple paths so they can be configured and not be hard-coded in
multiple files.
------------------
This commit was generated by Migit
This commit is contained in:
@@ -122,15 +122,22 @@ AC_ARG_ENABLE(cleanup,
|
||||
[ --enable-cleanup enable cleanup on exit],
|
||||
[AC_DEFINE(EXIT_CLEANUP,1,[enable cleanup on exit])])
|
||||
|
||||
if test "$BOXTYPE" = "coolstream"; then
|
||||
if test "$BOXMODEL" = "nevis"; then
|
||||
if test -e ${srcdir}/lib/libcoolstream/nevis_ir.h; then
|
||||
AC_DEFINE(HAVE_COOLSTREAM_NEVIS_IR_H,1,[Define to 1 if you have the <nevis_ir.h> header file.])
|
||||
fi
|
||||
fi
|
||||
|
||||
if test "$BOXMODEL" = "apollo"; then
|
||||
if test -e ${srcdir}/lib/libcoolstream2/cs_ir_generic.h; then
|
||||
AC_DEFINE(HAVE_COOLSTREAM_CS_IR_GENERIC_H,1,[Define to 1 if you have the <cs_ir_generic.h> header file.])
|
||||
fi
|
||||
if test -e ${srcdir}/lib/libcoolstream2/cs_frontpanel.h; then
|
||||
AC_DEFINE(HAVE_COOLSTREAM_CS_FRONTPANEL_H,1,[Define to 1 if you have the <cs_frontpanel.h> header file.])
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
#
|
||||
# Check for libtdservicedb - the new one - for testing only
|
||||
@@ -179,6 +186,7 @@ src/nhttpd/tuxboxapi/Makefile
|
||||
src/nhttpd/tuxboxapi/coolstream/Makefile
|
||||
src/nhttpd/yhttpd_core/Makefile
|
||||
src/nhttpd/yhttpd_mods/Makefile
|
||||
src/nhttpd/nhttpd.conf
|
||||
src/Makefile
|
||||
src/daemonc/Makefile
|
||||
src/driver/pictureviewer/Makefile
|
||||
|
Reference in New Issue
Block a user