From 92960887e17e5dc4f31602a8058d81ceda92e87b Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 13 Dec 2009 12:25:31 +0000 Subject: [PATCH] libsectionsdclient: fix parallel build git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@41 e54a6e83-5905-42d5-8d5c-058d10e6a962 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/8ade08978b5a3a08156c1ddfd245a8104491a2ff Author: Stefan Seyfried Date: 2009-12-13 (Sun, 13 Dec 2009) ------------------ This commit was generated by Migit --- lib/sectionsdclient/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sectionsdclient/Makefile.am b/lib/sectionsdclient/Makefile.am index 40b7fde20..679d183e4 100644 --- a/lib/sectionsdclient/Makefile.am +++ b/lib/sectionsdclient/Makefile.am @@ -14,5 +14,5 @@ bin_PROGRAMS = sectionsdcontrol sectionsdcontrol_SOURCES = sectionsdcontrol.cpp sectionsdcontrol_LDADD = \ - $(top_builddir)/lib/sectionsdclient/libsectionsdclient.a \ + libsectionsdclient.a \ $(top_builddir)/lib/connection/libtuxbox-connection.a