]> git.proxmox.com Git - mirror_ovs.git/blame - datapath/Makefile.am
datapath: Add get_vport_protected().
[mirror_ovs.git] / datapath / Makefile.am
CommitLineData
064af421
BP
1SUBDIRS =
2if L26_ENABLED
3SUBDIRS += linux-2.6
4endif
5
6EXTRA_DIST = $(dist_headers) $(dist_sources)
7
8# Suppress warnings about GNU extensions in Modules.mk files.
9AUTOMAKE_OPTIONS = -Wno-portability
10
11include Modules.mk
12include linux-2.6/Modules.mk
39376d06
BP
13
14# The following is based on commands for the Automake "distdir" target.
15distfiles: Makefile
16 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
17 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
18 list='$(DISTFILES)'; \
19 for file in $$list; do echo $$file; done | \
20 sed -e "s|^$$srcdirstrip/||;t" \
21 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t" | sort -u > $@
22CLEANFILES = distfiles