blob: b6e7aba89a2701988099ad62d650a3a57d028f9d [file] [log] [blame]
Harald Welte6fc42402011-05-10 17:44:39 +02001noinst_LIBRARIES = libmisc.a
2
Harald Weltef2286392018-04-25 19:02:31 +02003noinst_HEADERS = gnugetopt.h ippool.h lookup.h syserr.h tun.h in46_addr.h netdev.h gtp-kernel.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
Harald Weltec5efb5b2018-04-25 17:38:51 +02007libmisc_a_SOURCES = getopt1.c getopt.c ippool.c lookup.c tun.c debug.c in46_addr.c netdev.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