mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
rename to libstb-hal
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
noinst_LIBRARIES = libneutrino-hal.a
|
||||
noinst_LIBRARIES = libstb-hal.a
|
||||
libneutrino_hal_a_SOURCES =
|
||||
SUBDIRS =
|
||||
|
||||
# there has to be a better way to do this...
|
||||
if BOXTYPE_TRIPLE
|
||||
SUBDIRS += libtriple
|
||||
libneutrino_hal_a_LIBADD = \
|
||||
libstb_hal_a_LIBADD = \
|
||||
libtriple/audio_td.o \
|
||||
libtriple/ca.o \
|
||||
libtriple/dmx_td.o \
|
||||
|
@@ -1,5 +1,5 @@
|
||||
AC_INIT(libneutrino-hal,0.1.1)
|
||||
AM_INIT_AUTOMAKE(libneutrino-hal,0.1.1)
|
||||
AC_INIT(libstb-hal,0.1.1)
|
||||
AM_INIT_AUTOMAKE(libstb-hal,0.1.1)
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
|
@@ -1,2 +1,2 @@
|
||||
#warning using init_cs.h from libneutrino-hal
|
||||
#warning using init_cs.h from libstb-hal
|
||||
#include "init_td.h"
|
||||
|
Reference in New Issue
Block a user