mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +02:00
13 lines
219 B
Makefile
13 lines
219 B
Makefile
noinst_LTLIBRARIES = libcommon.la
|
|
|
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
|
|
|
AM_CXXFLAGS += \
|
|
-I $(top_srcdir)/include
|
|
|
|
libcommon_la_SOURCES = \
|
|
ca.cpp \
|
|
lt_debug.c \
|
|
proc_tools.c \
|
|
pwrmngr.cpp
|