mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 17:43:41 +02:00
2020-10-13 Fred Gleason <fredg@paravelsystems.com>
* Added an 'ENCODER_PRESETS' table to the database. * Incremented the database verssion to 343. * Added an 'Encoder Profiles' dialog to rdadmin(1). * Removed static content dependencies from the WebGet service. * Refactored the WebGet service to use Encoder Profiles. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -27,16 +27,10 @@ moc_%.cpp: %.h
|
||||
|
||||
install-exec-local:
|
||||
mkdir -p $(DESTDIR)@libexecdir@
|
||||
cp webget.html $(DESTDIR)@libexecdir@/
|
||||
cp webget.js $(DESTDIR)@libexecdir@/
|
||||
|
||||
install-exec-hook:
|
||||
if test -z $(DESTDIR) ; then chown root $(DESTDIR)$(libexecdir)/webget.cgi ; chmod 4755 $(DESTDIR)$(libexecdir)/webget.cgi ; fi
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(DESTDIR)@libexecdir@/webget.html
|
||||
rm -f $(DESTDIR)@libexecdir@/webget.js
|
||||
|
||||
libexec_PROGRAMS = webget.cgi
|
||||
|
||||
dist_webget_cgi_SOURCES = webget.cpp webget.h
|
||||
@@ -45,9 +39,6 @@ nodist_webget_cgi_SOURCES = moc_webget.cpp
|
||||
|
||||
webget_cgi_LDADD = @LIB_RDLIBS@ -lsndfile @LIBVORBIS@ @QT4_LIBS@ @MUSICBRAINZ_LIBS@ -lQt3Support
|
||||
|
||||
EXTRA_DIST = webget.html\
|
||||
webget.js
|
||||
|
||||
CLEANFILES = *~\
|
||||
moc_*
|
||||
MAINTAINERCLEANFILES = *~\
|
||||
|
Reference in New Issue
Block a user