mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-27 18:56:34 +08:00
Add JavaScript API binding with NPAPI Plugin
This commit is contained in:
13
npapi/Makefile
Normal file
13
npapi/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
.PHONY: all clean install
|
||||
|
||||
all:
|
||||
gcc -shared -Wall main.c PluginObject.c GmSSLObject.c -lcrypto -ldl -o libgmssl.so
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
rm -f *.so
|
||||
|
||||
install:
|
||||
cp libgmssl.so /usr/lib/mozilla/plugins/
|
||||
|
||||
Reference in New Issue
Block a user