mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2016-05-18 Fred Gleason <fredg@paravelsystems.com>
* Added an entry for the Broadcast Tools SRC-16 in 'docs/SWITCHERS.txt'. * Added a 'CUT_EVENTS' table to the database. * Added a 'DECK_EVENTS' table to the database. * Incremented the database version to 256. * Implemented a 'Cut Event' ['CE'] RML. * Added a 'Event Carts' section to the Edit Deck dialog in 'rdadmin/edit_deck.cpp' and 'rdadmin/edit_deck.h'.
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
##
|
||||
## rdcatchd/ Makefile.am for Rivendell
|
||||
##
|
||||
## (C) Copyright 2002-2006 Fred Gleason <fredg@paravelsystems.com>
|
||||
##
|
||||
## $Id: Makefile.am,v 1.20.8.1 2012/11/29 01:37:36 cvs Exp $
|
||||
## (C) Copyright 2002-2016 Fred Gleason <fredg@paravelsystems.com>
|
||||
##
|
||||
## 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
|
||||
@@ -34,11 +32,13 @@ bin_PROGRAMS = rdcatchd
|
||||
|
||||
dist_rdcatchd_SOURCES = batch.cpp\
|
||||
catch_event.cpp catch_event.h\
|
||||
event_player.cpp event_player.h\
|
||||
local_macros.cpp\
|
||||
rdcatchd.cpp rdcatchd.h\
|
||||
rdcatchd_socket.cpp rdcatchd_socket.h
|
||||
|
||||
nodist_rdcatchd_SOURCES = moc_rdcatchd.cpp\
|
||||
nodist_rdcatchd_SOURCES = moc_event_player.cpp\
|
||||
moc_rdcatchd.cpp\
|
||||
moc_rdcatchd_socket.cpp
|
||||
|
||||
rdcatchd_LDADD = @LIB_RDLIBS@ @LIBVORBIS@
|
||||
|
||||
Reference in New Issue
Block a user