summaryrefslogtreecommitdiff
path: root/wrappers/swift/CEduVpnCommon/Sources
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/swift/CEduVpnCommon/Sources')
-rw-r--r--wrappers/swift/CEduVpnCommon/Sources/CEduVpnCommon/module.modulemap4
1 files changed, 2 insertions, 2 deletions
diff --git a/wrappers/swift/CEduVpnCommon/Sources/CEduVpnCommon/module.modulemap b/wrappers/swift/CEduVpnCommon/Sources/CEduVpnCommon/module.modulemap
index c85e48f..2c50cfd 100644
--- a/wrappers/swift/CEduVpnCommon/Sources/CEduVpnCommon/module.modulemap
+++ b/wrappers/swift/CEduVpnCommon/Sources/CEduVpnCommon/module.modulemap
@@ -1,5 +1,5 @@
module CEduVpnCommon {
- header "Headers/eduvpn_verify.h"
- link "eduvpn_verify"
+ header "Headers/eduvpn_common.h"
+ link "eduvpn_common"
export *
}