mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- move public libcoolstream-headers to hardware directory
This commit is contained in:
10
configure.ac
10
configure.ac
@@ -236,19 +236,19 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
if test "$BOXTYPE" = "coolstream"; then
|
if test "$BOXTYPE" = "coolstream"; then
|
||||||
if test -e ${srcdir}/lib/libcoolstream/nevis_ir.h; then
|
if test -e ${srcdir}/lib/hardware/coolstream/hd1/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.])
|
AC_DEFINE(HAVE_COOLSTREAM_NEVIS_IR_H,1,[Define to 1 if you have the <nevis_ir.h> header file.])
|
||||||
fi
|
fi
|
||||||
HWLIB_CFLAGS='-I$(top_srcdir)/lib/libcoolstream -I$(top_srcdir)/src/zapit/include/private'
|
HWLIB_CFLAGS='-I$(top_srcdir)/lib/hardware/coolstream/hd1/libcoolstream -I$(top_srcdir)/src/zapit/include/private'
|
||||||
|
|
||||||
if test "$BOXMODEL" = "hd2"; then
|
if test "$BOXMODEL" = "hd2"; then
|
||||||
if test -e ${srcdir}/lib/libcoolstream2/cs_ir_generic.h; then
|
if test -e ${srcdir}/lib/hardware/coolstream/hd2/libcoolstream/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.])
|
AC_DEFINE(HAVE_COOLSTREAM_CS_IR_GENERIC_H,1,[Define to 1 if you have the <cs_ir_generic.h> header file.])
|
||||||
fi
|
fi
|
||||||
if test -e ${srcdir}/lib/libcoolstream2/cs_frontpanel.h; then
|
if test -e ${srcdir}/lib/hardware/coolstream/hd2/libcoolstream/cs_frontpanel.h; then
|
||||||
AC_DEFINE(HAVE_COOLSTREAM_CS_FRONTPANEL_H,1,[Define to 1 if you have the <cs_frontpanel.h> header file.])
|
AC_DEFINE(HAVE_COOLSTREAM_CS_FRONTPANEL_H,1,[Define to 1 if you have the <cs_frontpanel.h> header file.])
|
||||||
fi
|
fi
|
||||||
HWLIB_CFLAGS='-I$(top_srcdir)/lib/libcoolstream2 -I$(top_srcdir)/src/zapit/include/private'
|
HWLIB_CFLAGS='-I$(top_srcdir)/lib/hardware/coolstream/hd2/libcoolstream -I$(top_srcdir)/src/zapit/include/private'
|
||||||
fi
|
fi
|
||||||
HWLIB_CFLAGS="$HWLIB_CFLAGS "'-I$(top_srcdir)/lib/hardware/coolstream'
|
HWLIB_CFLAGS="$HWLIB_CFLAGS "'-I$(top_srcdir)/lib/hardware/coolstream'
|
||||||
fi
|
fi
|
||||||
|
@@ -3,9 +3,9 @@ noinst_LIBRARIES = libhwcaps.a
|
|||||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
||||||
|
|
||||||
if BOXMODEL_CS_HD2
|
if BOXMODEL_CS_HD2
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/lib/libcoolstream2
|
AM_CPPFLAGS = -I$(top_srcdir)/lib/hardware/coolstream/hd2/libcoolstream
|
||||||
else
|
else
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/lib/libcoolstream
|
AM_CPPFLAGS = -I$(top_srcdir)/lib/hardware/coolstream/hd1/libcoolstream
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libhwcaps_a_SOURCES = \
|
libhwcaps_a_SOURCES = \
|
||||||
|
0
lib/libcoolstream/cs_vfd.h → lib/hardware/coolstream/hd1/libcoolstream/cs_vfd.h
Executable file → Normal file
0
lib/libcoolstream/cs_vfd.h → lib/hardware/coolstream/hd1/libcoolstream/cs_vfd.h
Executable file → Normal file
0
lib/libcoolstream2/cs_vfd.h → lib/hardware/coolstream/hd2/libcoolstream/cs_vfd.h
Executable file → Normal file
0
lib/libcoolstream2/cs_vfd.h → lib/hardware/coolstream/hd2/libcoolstream/cs_vfd.h
Executable file → Normal file
@@ -1,5 +0,0 @@
|
|||||||
Makefile.in
|
|
||||||
.libs
|
|
||||||
.deps
|
|
||||||
*.la
|
|
||||||
*.lo
|
|
Reference in New Issue
Block a user