Rename the VPN AppWrapper to just "VPN.so"
This commit is contained in:
parent
0862a5d093
commit
05997bb5bd
2
tools/.gitignore
vendored
2
tools/.gitignore
vendored
|
@ -1 +1 @@
|
|||
/libVPN.so
|
||||
/VPN.so
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
targets=libVPN
|
||||
targets=VPN
|
||||
cflags_force=-W -fPIC `pkg-config --cflags libApp`
|
||||
cflags=-Wall -g -O2 -pedantic
|
||||
ldflags_force=`pkg-config --libs libApp`
|
||||
|
@ -6,10 +6,10 @@ ldflags=
|
|||
dist=Makefile
|
||||
|
||||
#targets
|
||||
[libVPN]
|
||||
[VPN]
|
||||
type=plugin
|
||||
cppflags=-I $(OBJDIR)../include
|
||||
sources=libvpn.c
|
||||
sources=vpn.c
|
||||
install=$(LIBDIR)/AppWrapper
|
||||
|
||||
#sources
|
||||
|
|
Loading…
Reference in New Issue
Block a user