Files
recycled-ni-libstb-hal/libazbox/Makefile.am
vanhofen 97734e06b1 move azbox code to libazbox directory
Origin commit data
------------------
Branch: master
Commit: 4fcc8f582f
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-23 (Sun, 23 Dec 2018)

Origin message was:
------------------
- move azbox code to libazbox directory

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-12-23 22:33:56 +01:00

19 lines
308 B
Makefile

noinst_LTLIBRARIES = libazbox.la
AM_CPPFLAGS = \
-I$(top_srcdir)/common \
-I$(top_srcdir)/include
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 \
record.cpp