mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-28 07:51:21 +02:00
9 lines
160 B
Makefile
9 lines
160 B
Makefile
noinst_LTLIBRARIES = libcommon.la
|
|
|
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
|
|
|
libcommon_la_SOURCES = \
|
|
ca.cpp \
|
|
lt_debug.c \
|
|
proc_tools.c
|