classifier: Change cls_rule_set_nd_target() to take a pointer.
[openvswitch] / datapath / Makefile.am
index 5c5bc217388c25bdf119d3f33ddf340d551ec9c6..fb1453c1435bd2a625adc0d0819d7b3fa3999da3 100644 (file)
@@ -1,15 +1,15 @@
 SUBDIRS = 
 if LINUX_ENABLED
-SUBDIRS += linux-2.6
+SUBDIRS += linux
 endif
 
-EXTRA_DIST = $(dist_headers) $(dist_sources)
+EXTRA_DIST = $(dist_headers) $(dist_sources) $(dist_extras)
 
 # Suppress warnings about GNU extensions in Modules.mk files.
 AUTOMAKE_OPTIONS = -Wno-portability
 
 include Modules.mk
-include linux-2.6/Modules.mk
+include linux/Modules.mk
 
 # The following is based on commands for the Automake "distdir" target.
 distfiles: Makefile