mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
use libcoolstream includes for CS and libtriple for TD
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@963 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -5,10 +5,16 @@ INCLUDES = \
|
|||||||
-I$(top_srcdir)/lib \
|
-I$(top_srcdir)/lib \
|
||||||
-I$(top_srcdir)/src/zapit/include \
|
-I$(top_srcdir)/src/zapit/include \
|
||||||
-I$(top_srcdir)/lib/libconfigfile \
|
-I$(top_srcdir)/lib/libconfigfile \
|
||||||
-I$(top_srcdir)/lib/libcoolstream \
|
|
||||||
@FREETYPE_CFLAGS@ \
|
@FREETYPE_CFLAGS@ \
|
||||||
@VORBISIDEC_CFLAGS@
|
@VORBISIDEC_CFLAGS@
|
||||||
|
|
||||||
|
if BOXTYPE_COOL
|
||||||
|
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
||||||
|
endif
|
||||||
|
if BOXTYPE_TRIPLE
|
||||||
|
INCLUDES += -I$(top_srcdir)/lib/libtriple
|
||||||
|
endif
|
||||||
|
|
||||||
noinst_LIBRARIES = libneutrino_driver_audiodec.a
|
noinst_LIBRARIES = libneutrino_driver_audiodec.a
|
||||||
|
|
||||||
libneutrino_driver_audiodec_a_SOURCES = \
|
libneutrino_driver_audiodec_a_SOURCES = \
|
||||||
|
@@ -4,10 +4,16 @@ INCLUDES = \
|
|||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-I$(top_srcdir)/src/zapit/include \
|
-I$(top_srcdir)/src/zapit/include \
|
||||||
-I$(top_srcdir)/lib/libconfigfile \
|
-I$(top_srcdir)/lib/libconfigfile \
|
||||||
-I$(top_srcdir)/lib/libcoolstream \
|
|
||||||
@FREETYPE_CFLAGS@ \
|
@FREETYPE_CFLAGS@ \
|
||||||
-I$(top_srcdir)/lib
|
-I$(top_srcdir)/lib
|
||||||
|
|
||||||
|
if BOXTYPE_COOL
|
||||||
|
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
||||||
|
endif
|
||||||
|
if BOXTYPE_TRIPLE
|
||||||
|
INCLUDES += -I$(top_srcdir)/lib/libtriple
|
||||||
|
endif
|
||||||
|
|
||||||
noinst_LIBRARIES = libneutrino_pictureviewer.a
|
noinst_LIBRARIES = libneutrino_pictureviewer.a
|
||||||
|
|
||||||
libneutrino_pictureviewer_a_SOURCES = \
|
libneutrino_pictureviewer_a_SOURCES = \
|
||||||
|
@@ -6,9 +6,15 @@ INCLUDES = \
|
|||||||
-I$(top_srcdir)/src/zapit/include \
|
-I$(top_srcdir)/src/zapit/include \
|
||||||
-I$(top_srcdir)/lib/libnet \
|
-I$(top_srcdir)/lib/libnet \
|
||||||
-I$(top_srcdir)/lib/libconfigfile \
|
-I$(top_srcdir)/lib/libconfigfile \
|
||||||
-I$(top_srcdir)/lib/libcoolstream \
|
|
||||||
@FREETYPE_CFLAGS@
|
@FREETYPE_CFLAGS@
|
||||||
|
|
||||||
|
if BOXTYPE_COOL
|
||||||
|
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
||||||
|
endif
|
||||||
|
if BOXTYPE_TRIPLE
|
||||||
|
INCLUDES += -I$(top_srcdir)/lib/libtriple
|
||||||
|
endif
|
||||||
|
|
||||||
noinst_LIBRARIES = libneutrino_gui_widget.a libneutrino_gui_widget2.a
|
noinst_LIBRARIES = libneutrino_gui_widget.a libneutrino_gui_widget2.a
|
||||||
|
|
||||||
libneutrino_gui_widget_a_SOURCES = \
|
libneutrino_gui_widget_a_SOURCES = \
|
||||||
|
@@ -4,9 +4,15 @@ INCLUDES = \
|
|||||||
-I$(top_srcdir)/lib/libconfigfile \
|
-I$(top_srcdir)/lib/libconfigfile \
|
||||||
-I$(top_srcdir)/lib/connection \
|
-I$(top_srcdir)/lib/connection \
|
||||||
-I$(top_srcdir)/lib/libeventserver \
|
-I$(top_srcdir)/lib/libeventserver \
|
||||||
-I$(top_srcdir)/lib/libcoolstream \
|
|
||||||
-I$(top_srcdir)/lib/xmltree
|
-I$(top_srcdir)/lib/xmltree
|
||||||
|
|
||||||
|
if BOXTYPE_COOL
|
||||||
|
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
||||||
|
endif
|
||||||
|
if BOXTYPE_TRIPLE
|
||||||
|
INCLUDES += -I$(top_srcdir)/lib/libtriple
|
||||||
|
endif
|
||||||
|
|
||||||
AM_CPPFLAGS = -D DO_NOT_INCLUDE_STUFF_NOT_NEEDED_FOR_SECTIONSD
|
AM_CPPFLAGS = -D DO_NOT_INCLUDE_STUFF_NOT_NEEDED_FOR_SECTIONSD
|
||||||
|
|
||||||
noinst_LIBRARIES = libsectionsd.a
|
noinst_LIBRARIES = libsectionsd.a
|
||||||
|
Reference in New Issue
Block a user