X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2FMakefile.am;h=64c5077a80b306d583c70836db9718f7f88b80e1;hb=3ee68a5b11605f57fd92d5e8307ff79635c1925c;hp=99c09af48a739e2452c1668a9b3a19edceedb009;hpb=468e00132f76a6d057da1520873e7a468ccae422;p=sliver-openvswitch.git diff --git a/datapath/Makefile.am b/datapath/Makefile.am index 99c09af48..64c5077a8 100644 --- a/datapath/Makefile.am +++ b/datapath/Makefile.am @@ -2,16 +2,13 @@ SUBDIRS = tests if L26_ENABLED SUBDIRS += linux-2.6 endif -if UML_ENABLED -SUBDIRS += linux-2.6-uml -endif if L24_ENABLED SUBDIRS += linux-2.4 endif -EXTRA_DIST = linux-2.6 linux-2.4 linux-2.6-uml\ +EXTRA_DIST = linux-2.6 linux-2.4\ datapath.c snap.h chain.c crc32.c crc_t.c\ - flow.h forward.h table-hash.c table-mac.c\ + flow.h forward.h table-hash.c\ unit.c unit.h datapath.h chain.h crc32.h\ flow.c forward.c forward_t.c table.h\ table-linear.c table_t.c unit-exports.c\