mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-17 06:32:36 +02:00
2018-08-11 Fred Gleason <fredg@paravelsystems.com>
* Added a rule to remove stale moc(1) files in 'web/webget/Makefile.am'.
This commit is contained in:
parent
1181df2cb0
commit
e1e88d60a3
@ -17359,3 +17359,6 @@
|
||||
2018-08-10 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in 'audio_convert_test' that caused a segfault
|
||||
on startup.
|
||||
2018-08-11 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a rule to remove stale moc(1) files in
|
||||
'web/webget/Makefile.am'.
|
||||
|
@ -48,6 +48,7 @@ webget_cgi_LDADD = @LIB_RDLIBS@ -lsndfile @LIBVORBIS@ @QT4_LIBS@ -lQt3Support
|
||||
EXTRA_DIST = webget.html\
|
||||
webget.js
|
||||
|
||||
CLEANFILES = *~
|
||||
CLEANFILES = *~\
|
||||
moc_*
|
||||
MAINTAINERCLEANFILES = *~\
|
||||
Makefile.in
|
||||
|
Loading…
x
Reference in New Issue
Block a user