[beast: 2/6] DRIVERS: compile with BSE_COMPILATION to pick up Bse convenience definitions



commit 8930edb89450c9414f21ae33752e11c393b5c6a0
Author: Tim Janik <timj gnu org>
Date:   Wed Jun 21 11:41:49 2017 +0200

    DRIVERS: compile with BSE_COMPILATION to pick up Bse convenience definitions
    
    Signed-off-by: Tim Janik <timj gnu org>

 drivers/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/drivers/Makefile.am b/drivers/Makefile.am
index a7e3e3c..82b69cb 100644
--- a/drivers/Makefile.am
+++ b/drivers/Makefile.am
@@ -2,7 +2,7 @@
 include $(top_srcdir)/Makefile.decl
 
 AM_CPPFLAGS += -I$(top_srcdir) -I.
-DEFS        += @DEFINE__FILE_DIR__@ $(strip -DG_LOG_DOMAIN=\"BSE-ALSA\")
+DEFS        += @DEFINE__FILE_DIR__@ $(strip -DG_LOG_DOMAIN=\"BSE-ALSA\") -DBSE_COMPILATION
 AM_CXXFLAGS += $(BSE_CFLAGS) $(RAPICORN_CFLAGS) -DBSE_CONVENIENCE
 
 # Plugin bsedevice-alsa


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]