lib: Speculatively add libosmocore cflags to the lib

This commit is contained in:
Holger Hans Peter Freyther 2014-12-23 19:52:54 +01:00
parent 6ab58b466a
commit 91d0ee5c14
1 changed files with 1 additions and 1 deletions

View File

@ -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