diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-10-29 23:28:36 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-10-29 23:28:36 +0100 |
commit | 45399c5f9a57ddde2284cfef56b3ef608d54fc6a (patch) | |
tree | aaff75638136b09b07e398e5b3ec18a34bcd1492 /protocols | |
parent | f77b1111e4e413b383295dc2c4afd95ae4b0b9a5 (diff) |
openconnect proto: added missing makefile
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/openconnect/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/openconnect/Makefile b/protocols/openconnect/Makefile new file mode 100644 index 000000000..f7fac7740 --- /dev/null +++ b/protocols/openconnect/Makefile @@ -0,0 +1,2 @@ +include ../../build/config.mk +include ../../build/module.mk |