From d5e29f4403c01cd0826759a7cd6dcc2c4ad86c73 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 11 Feb 2012 14:49:24 +0100 Subject: [PATCH] rename to libstb-hal --- Makefile.am | 4 ++-- configure.ac | 4 ++-- include/init_cs.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 274c62b..6467f36 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/configure.ac b/configure.ac index caf65c6..f9c858a 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/include/init_cs.h b/include/init_cs.h index 4c7ce5e..609c3e1 100644 --- a/include/init_cs.h +++ b/include/init_cs.h @@ -1,2 +1,2 @@ -#warning using init_cs.h from libneutrino-hal +#warning using init_cs.h from libstb-hal #include "init_td.h"