Created
March 23, 2015 08:39
-
-
Save ncopa/a70862d3e1e835416a56 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- ./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