From 7892f4e8dcc9b55567116d81600f1bf8ec6137de Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 29 Apr 2016 18:13:02 -0400 Subject: [PATCH] 2016-04-29 Fred Gleason * Fixed a bug in 'lib/lib.pro' that broke the build on Windows. --- ChangeLog | 2 ++ lib/lib.pro | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ec57e48c..33488ca3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15119,3 +15119,5 @@ 2016-04-29 Fred Gleason * Fixed bugs in 'docs/docbook/Makefile.am' and 'rivendell.spec.in' that broke the 'make rpm' target. +2016-04-29 Fred Gleason + * Fixed a bug in 'lib/lib.pro' that broke the build on Windows. diff --git a/lib/lib.pro b/lib/lib.pro index 1f32d35e..876f05e2 100644 --- a/lib/lib.pro +++ b/lib/lib.pro @@ -2,9 +2,7 @@ # # The lib/ QMake project file for Rivendell. # -# (C) Copyright 2003-2007 Fred Gleason -# -# $Id: lib.pro,v 1.36.8.13.2.1 2014/06/02 22:52:24 cvs Exp $ +# (C) Copyright 2003-2016 Fred Gleason # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as @@ -31,6 +29,7 @@ win32 { } SOURCES += export_bmiemr.cpp +SOURCES += export_cutlog.cpp SOURCES += export_deltaflex.cpp SOURCES += export_musicclassical.cpp SOURCES += export_musicplayout.cpp