Ignore generated files in debian/.
[openvswitch] / Makefile.am
1 AUTOMAKE_OPTIONS=foreign
2 ACLOCAL_AMFLAGS = -I m4
3 SUBDIRS = \
4         lib \
5         datapath \
6         secchan \
7         controller \
8         utilities \
9         switch \
10         tests \
11         include \
12         third-party \
13         debian
14 if HAVE_EXT
15 SUBDIRS += ext
16 distdir = $(PACKAGE)+ext-$(VERSION)
17 endif
18
19 DIST_SUBDIRS = $(SUBDIRS)
20
21 EXTRA_DIST = README.hwtables
22
23 if HAVE_DPKG_BUILDPACKAGE
24 distcheck-hook: 
25         cd $(srcdir) && dpkg-buildpackage -rfakeroot -us -uc
26         cd $(srcdir) && fakeroot ./debian/rules clean
27 else
28 distcheck-hook: 
29 endif