Move WITH_XXX driver feature flags into config.h instead of direct compiler/linker args

This commit is contained in:
Daniel P. Berrange
2008-11-04 23:37:23 +00:00
parent 2ea1eceb75
commit c9ff52fb8a
7 changed files with 81 additions and 54 deletions
+1 -3
View File
@@ -15,11 +15,9 @@ INCLUDES = \
$(GNUTLS_CFLAGS) \
$(SASL_CFLAGS) \
$(SELINUX_CFLAGS) \
-D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=199506L \
-DGETTEXT_PACKAGE=\"$(PACKAGE)\" \
$(COVERAGE_CFLAGS) \
$(WARN_CFLAGS) \
$(LIBVIRT_FEATURES)
$(WARN_CFLAGS)
LDADDS = \
@STATIC_BINARIES@ \