blob: 3d8c2a47f90ecf2fcc96cfe8f1ea3ab20e301da0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
#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 \
buffer.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 \
netscope.h \
offset.h \
once.h \
platform.h \
print.h \
result.h \
region.h \
sockaddr.h \
strerror.h \
string.h \
types.h \
util.h
|