mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
deuglify library build
* build intermediate libraries for each subdirectory * link those libs in main directory instead of single objects * ugly hack in configure.ac to disable dynamic lib for now
This commit is contained in:
@@ -2,12 +2,12 @@ INCLUDES = \
|
||||
-I$(top_srcdir)/common \
|
||||
-I$(top_srcdir)/libeplayer3/include
|
||||
|
||||
noinst_LIBRARIES = libspark.a
|
||||
noinst_LTLIBRARIES = libspark.la
|
||||
|
||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
||||
AM_LDFLAGS = -lpthread
|
||||
|
||||
libspark_a_SOURCES = \
|
||||
libspark_la_SOURCES = \
|
||||
irmp.c \
|
||||
hardware_caps.c \
|
||||
lirmp_input.cpp \
|
||||
|
Reference in New Issue
Block a user