mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
Makefile.am: remove non-working pkginclude_HEADERS
Origin commit data
------------------
Branch: master
Commit: 61fbdd8df3
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-24 (Wed, 24 Apr 2019)
Origin message was:
------------------
- Makefile.am: remove non-working pkginclude_HEADERS
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
26
Makefile.am
26
Makefile.am
@@ -17,11 +17,13 @@ SUBDIRS += libtriple
|
|||||||
libstb_hal_la_LIBADD += \
|
libstb_hal_la_LIBADD += \
|
||||||
libtriple/libtriple.la
|
libtriple/libtriple.la
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BOXTYPE_AZBOX
|
if BOXTYPE_AZBOX
|
||||||
SUBDIRS += libazbox
|
SUBDIRS += libazbox
|
||||||
libstb_hal_la_LIBADD += \
|
libstb_hal_la_LIBADD += \
|
||||||
libazbox/libazbox.la
|
libazbox/libazbox.la
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BOXTYPE_GENERIC
|
if BOXTYPE_GENERIC
|
||||||
if BOXMODEL_RASPI
|
if BOXMODEL_RASPI
|
||||||
SUBDIRS += libraspi
|
SUBDIRS += libraspi
|
||||||
@@ -33,6 +35,7 @@ libstb_hal_la_LIBADD += \
|
|||||||
libgeneric-pc/libgeneric.la
|
libgeneric-pc/libgeneric.la
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BOXTYPE_SPARK
|
if BOXTYPE_SPARK
|
||||||
#libstb_hal_test_LDADD += -lasound
|
#libstb_hal_test_LDADD += -lasound
|
||||||
SUBDIRS += libspark libeplayer3-sh4
|
SUBDIRS += libspark libeplayer3-sh4
|
||||||
@@ -40,6 +43,7 @@ libstb_hal_la_LIBADD += \
|
|||||||
libspark/libspark.la \
|
libspark/libspark.la \
|
||||||
libeplayer3-sh4/libeplayer3_sh4.la
|
libeplayer3-sh4/libeplayer3_sh4.la
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BOXTYPE_DUCKBOX
|
if BOXTYPE_DUCKBOX
|
||||||
#libstb_hal_test_LDADD += -lasound
|
#libstb_hal_test_LDADD += -lasound
|
||||||
SUBDIRS += libduckbox libeplayer3-sh4 libdvbci
|
SUBDIRS += libduckbox libeplayer3-sh4 libdvbci
|
||||||
@@ -48,6 +52,7 @@ libstb_hal_la_LIBADD += \
|
|||||||
libeplayer3-sh4/libeplayer3_sh4.la \
|
libeplayer3-sh4/libeplayer3_sh4.la \
|
||||||
libdvbci/libdvbci.la
|
libdvbci/libdvbci.la
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BOXTYPE_ARMBOX
|
if BOXTYPE_ARMBOX
|
||||||
if BOXMODEL_HD60
|
if BOXMODEL_HD60
|
||||||
SUBDIRS += libarmbox
|
SUBDIRS += libarmbox
|
||||||
@@ -59,15 +64,14 @@ SUBDIRS += libarmbox libdvbci
|
|||||||
libstb_hal_la_LIBADD += \
|
libstb_hal_la_LIBADD += \
|
||||||
libarmbox/libarmbox.la \
|
libarmbox/libarmbox.la \
|
||||||
libdvbci/libdvbci.la
|
libdvbci/libdvbci.la
|
||||||
|
|
||||||
if !ENABLE_GSTREAMER_10
|
if !ENABLE_GSTREAMER_10
|
||||||
SUBDIRS += libeplayer3-arm
|
SUBDIRS += libeplayer3-arm
|
||||||
|
|
||||||
libstb_hal_la_LIBADD += \
|
libstb_hal_la_LIBADD += \
|
||||||
libeplayer3-arm/libeplayer3_arm.la
|
libeplayer3-arm/libeplayer3_arm.la
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BOXTYPE_MIPSBOX
|
if BOXTYPE_MIPSBOX
|
||||||
SUBDIRS += libmipsbox libdvbci
|
SUBDIRS += libmipsbox libdvbci
|
||||||
libstb_hal_la_LIBADD += \
|
libstb_hal_la_LIBADD += \
|
||||||
@@ -77,21 +81,3 @@ SUBDIRS += libeplayer3-mips
|
|||||||
libstb_hal_la_LIBADD += \
|
libstb_hal_la_LIBADD += \
|
||||||
libeplayer3-mips/libeplayer3_mips.la
|
libeplayer3-mips/libeplayer3_mips.la
|
||||||
endif
|
endif
|
||||||
|
|
||||||
pkginclude_HEADERS = \
|
|
||||||
include/audio_hal.h \
|
|
||||||
include/ca.h \
|
|
||||||
include/ca_ci.h \
|
|
||||||
include/ca_hal.h \
|
|
||||||
include/cs_api.h \
|
|
||||||
include/cs_types.h \
|
|
||||||
include/dmx_hal.h \
|
|
||||||
include/glfb.h \
|
|
||||||
include/hardware_caps.h \
|
|
||||||
include/init.h \
|
|
||||||
include/mmi.h \
|
|
||||||
include/playback_hal.h \
|
|
||||||
include/pwrmngr.h \
|
|
||||||
include/record_hal.h \
|
|
||||||
include/version_hal.h \
|
|
||||||
include/video_hal.h
|
|
||||||
|
Reference in New Issue
Block a user