Skip to content

Instantly share code, notes, and snippets.

@ncopa
Created March 23, 2015 08:39
Show Gist options
  • Save ncopa/a70862d3e1e835416a56 to your computer and use it in GitHub Desktop.
Save ncopa/a70862d3e1e835416a56 to your computer and use it in GitHub Desktop.
--- ./src/Makefile.am.orig
+++ ./src/Makefile.am
@@ -1456,12 +1456,11 @@
if WITH_NETCF
libvirt_driver_interface_la_CFLAGS += $(NETCF_CFLAGS)
libvirt_driver_interface_la_LIBADD += $(NETCF_LIBS)
-else ! WITH_NETCF
+endif WITH_NETCF
if WITH_UDEV
libvirt_driver_interface_la_CFLAGS += $(UDEV_CFLAGS)
libvirt_driver_interface_la_LIBADD += $(UDEV_LIBS)
endif WITH_UDEV
-endif ! WITH_NETCF
if WITH_DRIVER_MODULES
libvirt_driver_interface_la_LIBADD += ../gnulib/lib/libgnu.la
libvirt_driver_interface_la_LDFLAGS += -module -avoid-version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment