VPN/tools/project.conf
Pierre Pronchery b56f442d69 Do not install the AppWrapper anymore
This will be revisited once it works again.
2020-11-15 21:49:54 +01:00

18 lines
332 B
Plaintext

targets=VPN
cflags_force=-W -fPIC `pkg-config --cflags libApp`
cflags=-Wall -g -O2 -pedantic
ldflags_force=`pkg-config --libs libApp`
ldflags=
dist=Makefile
#targets
[VPN]
type=plugin
cppflags=-I $(OBJDIR)../include
sources=vpn.c
#install=$(LIBDIR)/AppWrapper
#sources
[libvpn.c]
depends=$(OBJDIR)../include/VPN.h,../src/common.c