aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/sysmobts-calib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sysmobts-calib/Makefile')
-rw-r--r--contrib/sysmobts-calib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/sysmobts-calib/Makefile b/contrib/sysmobts-calib/Makefile
index e6e9b6f6..ba74ec1d 100644
--- a/contrib/sysmobts-calib/Makefile
+++ b/contrib/sysmobts-calib/Makefile
@@ -1,9 +1,10 @@
CFLAGS=`pkg-config --cflags libosmocore` -Wall -Werror
+LIBS=`pkg-config --libs libosmocore`
all: sysmobts-calib
sysmobts-calib: sysmobts-calib.o sysmobts-layer1.o
- $(CC) $(CPPFLAGS) -o $@ $^ -lrt
+ $(CC) $(CPPFLAGS) -o $@ $^ -lrt $(LIBS)
clean:
@rm -f sysmobts-calib *.o