repo.or.cz
/
openggsn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
queue: Add some more comments throughout the code (doxygen style)
[openggsn.git]
/
lib
/
Makefile.am
blob
7c06e27dcff0ee9ab38cc283ae6bfb8461fa2a4f
1
noinst_LIBRARIES = libmisc.a
2
3
noinst_HEADERS = gnugetopt.h ippool.h lookup.h syserr.h tun.h
4
5
AM_CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"' -ggdb
6
7
libmisc_a_SOURCES = getopt1.c getopt.c ippool.c lookup.c syserr.c tun.c