mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-22 08:55:40 +02:00
* Added an 'AUDIO_CARDS' table to the database. * Dropped the 'STATIONS.CARD<n>_DRIVER', 'STATIONS.CARD<n>NAME', 'STATIONS.CARD<n>_INPUTS' and 'STATIONS.CARD<n>OUTPUTS' fields from the database. * Incremented the database version to 282. * Added an 'AUDIO_CARDS.CLOCK_SOURCE' field to the database. * Added an 'AUDIO_INPUTS' table to the database. * Added an 'AUDIO_OUTPUTS' table to the database. * Dropped the 'AUDIO_PORTS' table from the database. * Incremented the database version to 283. * Changed the legend on the 'Audio Ports' button to 'ASI Audio Ports' on the 'Edit Host' dialog in rdadmin(1). * Changed the title of the 'Configure Audio Ports' dialog to 'Configure AudioScience Audio Ports' on the 'Edit Host' dialog in rdadmin(1).
89 lines
2.7 KiB
Makefile
89 lines
2.7 KiB
Makefile
## automake.am
|
|
##
|
|
## docs/tables/automake.am for Rivendell
|
|
##
|
|
## (C) Copyright 2002-2018 Fred Gleason <fredg@salemradiolabs.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
|
|
## published by the Free Software Foundation.
|
|
##
|
|
## This program is distributed in the hope that it will be useful,
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
## GNU General Public License for more details.
|
|
##
|
|
## You should have received a copy of the GNU General Public
|
|
## License along with this program; if not, write to the Free Software
|
|
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
##
|
|
##
|
|
## Use automake to process this into a Makefile.in
|
|
|
|
EXTRA_DIST = audio_cards.txt\
|
|
audio_inputs.txt\
|
|
audio_outputs.txt\
|
|
audio_perms.txt\
|
|
cart.txt\
|
|
cartslots.txt\
|
|
clipboard.txt\
|
|
clock_perms.txt\
|
|
copy_splits.txt\
|
|
cut_events.txt\
|
|
cuts.txt\
|
|
deck_events.txt\
|
|
decks.txt\
|
|
dropboxes.txt\
|
|
dropbox_paths.txt\
|
|
dropbox_sched_codes.txt\
|
|
encoder_bitrates.txt\
|
|
encoder_channels.txt\
|
|
encoder_samplerates.txt\
|
|
encoders.txt\
|
|
extended_panel_names.txt\
|
|
feed_perms.txt\
|
|
gpio_events.txt\
|
|
gpis.txt\
|
|
gpos.txt\
|
|
groups.txt\
|
|
isci_xreference.txt\
|
|
jack_clients.txt\
|
|
livewire_gpio_slots.txt\
|
|
log_format.txt\
|
|
log_machines.txt\
|
|
log_modes.txt\
|
|
logs.txt\
|
|
nownext_plugins.txt\
|
|
panels.txt\
|
|
panel_names.txt\
|
|
rdairplay_channels.txt\
|
|
rd_airplay.txt\
|
|
rd_catch.txt\
|
|
rd_library.txt\
|
|
rd_logedit.txt\
|
|
rdpanel_channels.txt\
|
|
recordings.txt\
|
|
repl_cart_state.txt\
|
|
repl_cut_state.txt\
|
|
replicator_map.txt\
|
|
replicators.txt\
|
|
reports.txt\
|
|
service_clocks.txt\
|
|
services.txt\
|
|
sources.txt\
|
|
stations.txt\
|
|
svc_rec_format.txt\
|
|
system.txt\
|
|
triggers.txt\
|
|
ttys.txt\
|
|
user_perms.txt\
|
|
user_service_perms.txt\
|
|
users.txt\
|
|
version.txt\
|
|
vguest_resources.txt\
|
|
webapi_auths.txt\
|
|
web_connections.txt
|
|
|
|
CLEANFILES = *~
|
|
MAINTAINERCLEANFILES = *~ Makefile.in
|