From 2c3c2757a5ca6041415e965e1818cd28271d7c4b Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Wed, 16 May 2018 20:22:44 +0200 Subject: osmo_e1f: Fix Makefile to use pkg-config Signed-off-by: Sylvain Munaut --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 6580c1a..cd843f8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ -LDFLAGS+=-losmocore -losmogsm -CFLAGS+=-Wall +LDFLAGS+=`pkg-config --libs libosmocore libosmogsm` +CFLAGS+=-Wall `pkg-config --cflags libosmocore libosmogsm` all: e1_test e1_test_dieter -- cgit v1.2.3