Commit 77d7ea5ea5c8b81f33a5881ff1cd64c0a293afbe

Thomas de Grivel 2023-01-14T17:45:27

wip

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/cli/configure b/cli/configure
index 05b39c3..63129b2 100755
--- a/cli/configure
+++ b/cli/configure
@@ -13,9 +13,12 @@
 ## THIS SOFTWARE.
 set -e
 
+export SRC_TOP="$(pwd)/.."
+
 . ../config.subr
 
-LIBRARY=librtbuf_cli.la
+LIB=librtbuf_cli.la
+
 PROG=rtbuf
 
 SOURCES="$(ls *.c | grep -Fv rtbuf_cli_main.c | tr '\n' ' ')"