mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
Makefile: disable libstb_hal_test stuff; this completes 4ec36bd5f4
Origin commit data ------------------ Branch: master Commit:d9009dfed5
Author: vanhofen <vanhofen@gmx.de> Date: 2017-12-11 (Mon, 11 Dec 2017) Origin message was: ------------------ - Makefile: disable libstb_hal_test stuff; this completes4ec36bd5f4
------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit
This commit is contained in:
10
Makefile.am
10
Makefile.am
@@ -12,8 +12,8 @@ libstb_hal_la_LIBADD = \
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/include
|
||||
|
||||
libstb_hal_test_SOURCES = libtest.cpp
|
||||
libstb_hal_test_LDADD = libstb-hal.la
|
||||
#libstb_hal_test_SOURCES = libtest.cpp
|
||||
#libstb_hal_test_LDADD = libstb-hal.la
|
||||
|
||||
# there has to be a better way to do this...
|
||||
if BOXTYPE_TRIPLE
|
||||
@@ -38,14 +38,14 @@ libstb_hal_la_LIBADD += \
|
||||
endif
|
||||
endif
|
||||
if BOXTYPE_SPARK
|
||||
libstb_hal_test_LDADD += -lasound
|
||||
#libstb_hal_test_LDADD += -lasound
|
||||
SUBDIRS += libspark libeplayer3
|
||||
libstb_hal_la_LIBADD += \
|
||||
libspark/libspark.la \
|
||||
libeplayer3/libeplayer3.la
|
||||
endif
|
||||
if BOXTYPE_DUCKBOX
|
||||
libstb_hal_test_LDADD += -lasound
|
||||
#libstb_hal_test_LDADD += -lasound
|
||||
SUBDIRS += libduckbox libeplayer3 libdvbci
|
||||
libstb_hal_la_LIBADD += \
|
||||
libduckbox/libduckbox.la \
|
||||
@@ -53,7 +53,7 @@ libstb_hal_la_LIBADD += \
|
||||
libdvbci/libdvbci.la
|
||||
endif
|
||||
if BOXTYPE_ARMBOX
|
||||
libstb_hal_test_LDADD += -lasound
|
||||
#libstb_hal_test_LDADD += -lasound
|
||||
SUBDIRS += libarmbox libdvbci
|
||||
libstb_hal_la_LIBADD += \
|
||||
libarmbox/libarmbox.la \
|
||||
|
Reference in New Issue
Block a user