aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
blob: 7c06e27dcff0ee9ab38cc283ae6bfb8461fa2a4f (plain)
1
2
3
4
5
6
7
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

libmisc_a_SOURCES = getopt1.c getopt.c ippool.c lookup.c syserr.c tun.c