From 91d0ee5c140a7b9cff8fb71d7fd19025a92bc71b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 23 Dec 2014 19:52:54 +0100 Subject: lib: Speculatively add libosmocore cflags to the lib --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3