summaryrefslogtreecommitdiff
path: root/win32/include/Makefile.am
blob: 1b13e092b457298e30419b238416ed057ab50bec (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
include $(top_srcdir)/misc/Makefile.common

msvc_headers = \
	msvc/inttypes.h \
	msvc/stdint.h \
	msvc/sys/time.h

if WIN32
  install_h = $(msvc_headers)
else
  dist_h = $(msvc_headers)
endif

EXTRA_DIST = $(dist_h) \
	sys/socket.h \
	msvc/config.h \
	netinet/in.h \
	sys/socket.h \
	dlfcn.h \
	netdb.h \
	pwd.h \
	unistd.h

nobase_include_HEADERS = $(install_h)