aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-23 19:52:54 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-23 19:52:54 +0100
commit91d0ee5c140a7b9cff8fb71d7fd19025a92bc71b (patch)
treebe72327e32947a2e43254c2e02e7b88b2741f6f1
parent6ab58b466aed0a19db59689eb76e252a6b844963 (diff)
lib: Speculatively add libosmocore cflags to the lib
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 590f0ec..756d566 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -2,6 +2,6 @@ noinst_LIBRARIES = libmisc.a
noinst_HEADERS = gnugetopt.h ippool.h lookup.h syserr.h tun.h
-AM_CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"' -ggdb
+AM_CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"' -ggdb $(LIBOSMOCORE_CFLAGS)
libmisc_a_SOURCES = getopt1.c getopt.c ippool.c lookup.c tun.c debug.c