From 3d9946d6d0493fbafe4b1fe710c028ef60d0d4ea Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 7 Feb 2012 14:08:16 +0400 Subject: [PATCH] eitd/Makefile.am: add savexml.cpp Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/c1581935456cde6bb8ff48d3703af75054b8c405 Author: [CST] Focus Date: 2012-02-07 (Tue, 07 Feb 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/eitd/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/eitd/Makefile.am b/src/eitd/Makefile.am index 36b30d54a..3141c1ed3 100644 --- a/src/eitd/Makefile.am +++ b/src/eitd/Makefile.am @@ -17,4 +17,5 @@ endif AM_CPPFLAGS = noinst_LIBRARIES = libsectionsd.a -libsectionsd_a_SOURCES = sectionsd.cpp dmxapi.cpp debug.cpp dmx.cpp SIsections.cpp SIevents.cpp SIutils.cpp SIlanguage.cpp edvbstring.cpp +libsectionsd_a_SOURCES = sectionsd.cpp dmxapi.cpp debug.cpp dmx.cpp savexml.cpp \ + SIsections.cpp SIevents.cpp SIutils.cpp SIlanguage.cpp edvbstring.cpp