summaryrefslogtreecommitdiff
path: root/src/libclient
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-11-13 21:46:10 -0500
committerAndrew Opalach <andrew@akon.city> 2024-11-13 21:46:10 -0500
commit58d38d767442c83e31ae6dbaea7b1fc8ccb00633 (patch)
treeb5b6e3bb845bc7b18ff2fc41fe60ad09ad30537d /src/libclient
parent8c996a5b597bd1cd9c188a0e61eae1ff718c8ca2 (diff)
downloadcamu-58d38d767442c83e31ae6dbaea7b1fc8ccb00633.tar.gz
camu-58d38d767442c83e31ae6dbaea7b1fc8ccb00633.tar.bz2
camu-58d38d767442c83e31ae6dbaea7b1fc8ccb00633.zip
Cleanup build
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/libclient')
-rw-r--r--src/libclient/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libclient/meson.build b/src/libclient/meson.build
index 197f0ff..cb0ae2b 100644
--- a/src/libclient/meson.build
+++ b/src/libclient/meson.build
@@ -1,3 +1,3 @@
libclient_src = ['client.c']
-libclient_deps = [common_deps]
+libclient_deps = []
libclient = declare_dependency(sources: libclient_src, dependencies: libclient_deps)