datapath-windows/include/automake.mk: Only build for WIN32 builds
authorAaron Conole <aaron@bytheb.org>
Mon, 20 Jul 2015 23:13:48 +0000 (19:13 -0400)
committerBen Pfaff <blp@nicira.com>
Tue, 21 Jul 2015 17:15:19 +0000 (10:15 -0700)
Signed-off-by: Aaron Conole <aaron@bytheb.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>
datapath-windows/include/automake.mk

index 31f2fe2..b8dcf83 100644 (file)
@@ -1,4 +1,6 @@
+if WIN32
 BUILT_SOURCES += $(srcdir)/datapath-windows/include/OvsDpInterface.h
+endif
 
 $(srcdir)/datapath-windows/include/OvsDpInterface.h: \
          datapath/linux/compat/include/linux/openvswitch.h \