ref: a24b781e5468d61753db3426ac7a21d130945e61
parent: b3f7896a51217004f5060022facd0fc48ff49370
author: Martin Storsjö <martin@martin.st>
date: Wed Jun 25 05:02:48 EDT 2014
Make sure that libgmpopenh264.so is removed on "make clean" Nothing used the makefile variable $(PLUGINS), and $(LIBRARIES) is only used for the clean target.
--- a/Makefile
+++ b/Makefile
@@ -172,7 +172,7 @@
ifeq ($(HAVE_GMP_API),Yes)
plugin: $(LIBPREFIX)$(MODULE_NAME).$(SHAREDLIBSUFFIX)
-PLUGINS += $(LIBPREFIX)$(MODULE_NAME).$(SHAREDLIBSUFFIX)
+LIBRARIES += $(LIBPREFIX)$(MODULE_NAME).$(SHAREDLIBSUFFIX)
else
plugin:
@echo "./gmp-api : No such file or directory."