Files
recycled-ni-libstb-hal/azbox/Makefile.am
Stefan Seyfried d0072cb289 modernize configure.ac and Makefile.am
autoconf-1.13 has new warnings, silence them by updating
the buildsystem


Origin commit data
------------------
Branch: master
Commit: 9338fc6d1f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)



------------------
This commit was generated by Migit
2013-06-16 22:16:12 +02:00

19 lines
296 B
Makefile

noinst_LTLIBRARIES = libazbox.la
AM_CPPFLAGS = \
-I$(top_srcdir)/common
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
AM_LDFLAGS = -lpthread
libazbox_la_SOURCES = \
hardware_caps.c \
dmx.cpp \
video.cpp \
audio.cpp \
init.cpp \
playback.cpp \
pwrmngr.cpp \
record.cpp