For SNAT, don't store the pre-fragment L2 header before actions are applied.
[sliver-openvswitch.git] / datapath / Makefile.am
1 SUBDIRS = 
2 if L26_ENABLED
3 SUBDIRS += linux-2.6
4 endif
5 if L24_ENABLED
6 SUBDIRS += linux-2.4
7 endif
8
9 EXTRA_DIST = $(dist_headers) $(dist_sources)
10 EXTRA_DIST += hwtable_dummy/Modules.mk hwtable_dummy/hwtable_dummy.c
11
12 # Suppress warnings about GNU extensions in Modules.mk files.
13 AUTOMAKE_OPTIONS = -Wno-portability
14
15 include Modules.mk
16 include linux-2.4/Modules.mk
17 include linux-2.6/Modules.mk