cvs_plug2tap (direct connection to the tap). bugfix in libvdeplug
[vde.git] / vde-2 / Makefile.am
blobd5572d4ae0f1df9081529aa7afda7fa5f5e109f4
1 SUBDIRS = libvdeplug qemu slirpvde bochs uml doc dpipe wirefilter unixterm vde_plug vde_plug2tap
3 if WANT_TUNTAP
4 if CAN_MAKE_LIBVDETAP
5   SUBDIRS += vdetaplib
6 endif
7 endif
9 if ENABLE_CRYPTCAB
10   SUBDIRS += vde_cryptcab
11 endif
13 AUTOMAKE_OPTIONS = foreign
15 EXTRA_DIST = LICENSE VERSION
17 bin_PROGRAMS = vde_switch
18 vde_switch_SOURCES = \
19         hash.c \
20         hash.h \
21         port.c \
22         port.h \
23         vde_switch.c \
24         switch.h \
25         vde.h \
26         sockutils.c \
27         sockutils.h \
28         qtimer.c \
29         qtimer.h \
30         datasock.c \
31         datasock.h \
32         consmgmt.c \
33         consmgmt.h \
34         fstp.c \
35         fstp.h \
36         packetq.c \
37         packetq.h \
38         bitarray.h
39 if WANT_TUNTAP
40   vde_switch_SOURCES += tuntap.c tuntap.h
41 endif
43 if HAVE_BROKEN_POLL
44   vde_switch_SOURCES += poll2select.c poll2select.h
45 endif
47 AM_CFLAGS = -Wall
48 AM_CXXFLAGS = -Wall
50 extraclean: distclean
51         rm -rf aclocal.m4 autom4te.cache autoscan.log configure.scan config.h.in* configure depcomp install-sh Makefile.in config.guess config.sub ltmain.sh missing `find -name Makefile.in` vde-*.tar.gz