From ce7c2cc04932f3bd92433fa9f8c58ca5c974be98 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Mon, 18 Jun 2012 14:33:21 +0200 Subject: [PATCH] fix build after cCA move... Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/8568efcd01a483f4c6c7261cab04fbb1ed804451 Author: Stefan Seyfried Date: 2012-06-18 (Mon, 18 Jun 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libspark/Makefile.am | 1 - libtriple/Makefile.am | 1 - 2 files changed, 2 deletions(-) diff --git a/libspark/Makefile.am b/libspark/Makefile.am index d7beb77..dc74f60 100644 --- a/libspark/Makefile.am +++ b/libspark/Makefile.am @@ -11,7 +11,6 @@ libspark_a_SOURCES = \ irmp.c \ lirmp_input.cpp \ dmx.cpp \ - ca.cpp \ video.cpp \ audio.cpp \ init.cpp \ diff --git a/libtriple/Makefile.am b/libtriple/Makefile.am index 0f15912..a14b131 100644 --- a/libtriple/Makefile.am +++ b/libtriple/Makefile.am @@ -9,7 +9,6 @@ AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing libtriple_a_SOURCES = \ lt_dfbinput.cpp \ dmx_td.cpp \ - ca.cpp \ video_td.cpp \ audio_td.cpp \ init_td.cpp \