blob: e7f1245860611e11da68fd0f456b08d5a7a6d50f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include $(top_srcdir)/misc/Makefile.common
EXTRA_DIST = \
msvc/sys/time.h \
msvc/config.h \
msvc/inttypes.h \
msvc/stdint.h \
msvc/unistd.h \
sys/socket.h \
netinet/in.h \
sys/socket.h \
dlfcn.h \
netdb.h \
pwd.h
|