- move public libcoolstream-headers to hardware directory

This commit is contained in:
svenhoefer
2017-03-06 21:49:32 +01:00
parent 29fd05002f
commit 2029a684e5
38 changed files with 7 additions and 12 deletions

View File

@@ -3,9 +3,9 @@ noinst_LIBRARIES = libhwcaps.a
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
if BOXMODEL_CS_HD2
AM_CPPFLAGS = -I$(top_srcdir)/lib/libcoolstream2
AM_CPPFLAGS = -I$(top_srcdir)/lib/hardware/coolstream/hd2/libcoolstream
else
AM_CPPFLAGS = -I$(top_srcdir)/lib/libcoolstream
AM_CPPFLAGS = -I$(top_srcdir)/lib/hardware/coolstream/hd1/libcoolstream
endif
libhwcaps_a_SOURCES = \

View File

@@ -1,5 +0,0 @@
Makefile.in
.libs
.deps
*.la
*.lo