35 lines
489 B
Makefile
35 lines
489 B
Makefile
#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
|
|
AUTOMAKE_OPTIONS = ../util/ansi2knr
|
|
ETAGS_ARGS = $(srcdir)/Makefile.am
|
|
#EXTRA_DIST = TAGS
|
|
|
|
noinst_HEADERS = \
|
|
app.h \
|
|
assertions.h \
|
|
boolean.h \
|
|
error.h \
|
|
formatcheck.h \
|
|
int.h \
|
|
interfaceiter.h \
|
|
ipv6.h \
|
|
lang.h \
|
|
lib.h \
|
|
list.h \
|
|
magic.h \
|
|
mem.h \
|
|
msgcat.h \
|
|
msgs.h \
|
|
mutex.h \
|
|
net.h \
|
|
netaddr.h \
|
|
offset.h \
|
|
once.h \
|
|
platform.h \
|
|
print.h \
|
|
result.h \
|
|
sockaddr.h \
|
|
strerror.h \
|
|
string.h \
|
|
types.h \
|
|
util.h
|