Files
neutrino/lib/libdvbsub/Makefile.am
Stefan Seyfried c8a561244e enable usage of a separately built replacement of libtriple
In order to improve portability, libtriple will be split off and
built separately as "libneutrino-hal" (for hardware abstraction layer)
Enable the makefiles to deal with that.
2012-04-17 19:33:52 +02:00

22 lines
445 B
Makefile

INCLUDES = \
-I$(top_srcdir)/src/zapit/include \
-I$(top_srcdir)/src
if BOXTYPE_COOL
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
endif
if USE_NEUTRINO_HAL
INCLUDES += -I$(NEUTRINO_HAL_INC)
else
if BOXTYPE_TRIPLE
INCLUDES += -I$(top_srcdir)/lib/libtriple
endif
endif
AM_CPPFLAGS = -fno-rtti -fno-exceptions
noinst_LIBRARIES = libdvbsub.a
libdvbsub_a_SOURCES = dvbsub.cpp dvbsubtitle.cpp \
tools.cpp PacketQueue.cpp helpers.cpp Debug.cpp