blob: 533d7779503250b5b9ebffd66bc0d675282f2a8c [file] [log] [blame]
Harald Welte6fc42402011-05-10 17:44:39 +02001noinst_LIBRARIES = libmisc.a
2
Pau Espin Pedrolf612ffe2019-08-20 13:24:55 +02003noinst_HEADERS = gnugetopt.h ippool.h lookup.h syserr.h tun.h in46_addr.h netdev.h gtp-kernel.h util.h
Harald Welte6fc42402011-05-10 17:44:39 +02004
Holger Hans Peter Freyther91d0ee52014-12-23 19:52:54 +01005AM_CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"' -ggdb $(LIBOSMOCORE_CFLAGS)
Harald Welte6fc42402011-05-10 17:44:39 +02006
Pau Espin Pedrolf612ffe2019-08-20 13:24:55 +02007libmisc_a_SOURCES = getopt1.c getopt.c ippool.c lookup.c tun.c debug.c in46_addr.c netdev.c util.c
Harald Weltef2286392018-04-25 19:02:31 +02008
9if ENABLE_GTP_KERNEL
10AM_CFLAGS += -DGTP_KERNEL $(LIBGTPNL_CFLAGS)
11libmisc_a_SOURCES += gtp-kernel.c
12endif