2016-03-25 Fred Gleason <fredg@paravelsystems.com>

* Changed 'uninstall' to 'uninstall-local' targets in all
	'Makefile.am' files.
This commit is contained in:
Fred Gleason
2016-03-25 10:30:45 -04:00
parent 8bb37e88a7
commit 330a602fb5
24 changed files with 26 additions and 23 deletions

View File

@@ -34,7 +34,7 @@ install-exec-am:
cp .libs/rdcastmanager.cgi $(DESTDIR)$(libexecdir)/
cat rdcastmanager.js | $(top_srcdir)/helpers/jsmin > $(DESTDIR)$(libexecdir)/rdcastmanager.js
uninstall:
uninstall-local:
rm -f $(DESTDIR)/$(libexecdir)/rdcastmanager.cgi
rm -f $(DESTDIR)/$(libexecdir)/rdcastmanager.js