diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-04-09 15:54:29 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-04-09 15:54:29 +0200 |
commit | cb82677ae8e7b3d5ef35a36b7c6d88020959864c (patch) | |
tree | f053a6b29d766d4dad977cfbd2fa2fcd985f1459 /project.conf | |
parent | e3702f147ff5462a03299115f0e7765715a37976 (diff) |
Move kms client and server to separate directories
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.conf b/project.conf index 3e39072..231ca5d 100644 --- a/project.conf +++ b/project.conf @@ -5,7 +5,7 @@ version = "2.0.0" platforms = ["posix"] [config] -ignore_dirs = ["src/kms"] +ignore_dirs = ["kms/server"] [dependencies] libavcodec = ">=58" |