Rename the VPN AppWrapper to just "VPN.so"

This commit is contained in:
Pierre Pronchery 2020-11-15 21:49:32 +01:00
parent 0862a5d093
commit 05997bb5bd
3 changed files with 4 additions and 4 deletions

2
tools/.gitignore vendored
View File

@ -1 +1 @@
/libVPN.so /VPN.so

View File

@ -1,4 +1,4 @@
targets=libVPN targets=VPN
cflags_force=-W -fPIC `pkg-config --cflags libApp` cflags_force=-W -fPIC `pkg-config --cflags libApp`
cflags=-Wall -g -O2 -pedantic cflags=-Wall -g -O2 -pedantic
ldflags_force=`pkg-config --libs libApp` ldflags_force=`pkg-config --libs libApp`
@ -6,10 +6,10 @@ ldflags=
dist=Makefile dist=Makefile
#targets #targets
[libVPN] [VPN]
type=plugin type=plugin
cppflags=-I $(OBJDIR)../include cppflags=-I $(OBJDIR)../include
sources=libvpn.c sources=vpn.c
install=$(LIBDIR)/AppWrapper install=$(LIBDIR)/AppWrapper
#sources #sources