mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
15 lines
320 B
Makefile
15 lines
320 B
Makefile
AM_CPPFLAGS = \
|
|
-I$(top_builddir) \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/src \
|
|
-I$(top_srcdir)/src/zapit/include
|
|
|
|
AM_CPPFLAGS += @HWLIB_CFLAGS@
|
|
|
|
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
|