Fix openflow.h compilation with GCC 2.95.
[sliver-openvswitch.git] / datapath / Makefile.am
index 99c09af..64c5077 100644 (file)
@@ -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\