File: automake.mk

package info (click to toggle)
openvswitch 2.3.0%2Bgit20140819-3
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 24,156 kB
  • sloc: sh: 223,720; ansic: 153,459; python: 13,272; xml: 12,432; perl: 408; makefile: 382
file content (31 lines) | stat: -rw-r--r-- 994 bytes parent folder | download | duplicates (2)
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
# Copyright (C) 2013 Nicira, Inc.
#
# Copying and distribution of this file, with or without modification
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved.  This file is offered as-is,
# without warranty of any kind.

noinst_HEADERS += \
	include/windows/arpa/inet.h \
	include/windows/dirent.h \
	include/windows/getopt.h \
	include/windows/net/if.h \
	include/windows/netdb.h \
	include/windows/netinet/icmp6.h \
	include/windows/netinet/in.h \
	include/windows/netinet/in_systm.h \
	include/windows/netinet/ip.h \
	include/windows/netinet/ip6.h \
	include/windows/netinet/tcp.h \
	include/windows/poll.h \
	include/windows/strings.h \
	include/windows/syslog.h \
	include/windows/sys/ioctl.h \
	include/windows/sys/resource.h \
	include/windows/sys/socket.h \
	include/windows/sys/time.h \
	include/windows/sys/uio.h \
	include/windows/sys/un.h \
	include/windows/sys/wait.h \
	include/windows/unistd.h \
	include/windows/windefs.h