[atk/wip/meson: 4/5] Include the marshallers header, not the source



commit b364aac050800716cad21cf80e734bba23819cc6
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sat May 20 16:38:46 2017 +0100

    Include the marshallers header, not the source
    
    If we include the source, we're going to compile marshallers twice.

 atk/atkutil.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/atk/atkutil.c b/atk/atkutil.c
index 477c1e7..4b3c68d 100644
--- a/atk/atkutil.c
+++ b/atk/atkutil.c
@@ -20,7 +20,7 @@
 #include "config.h"
 
 #include "atkutil.h"
-#include "atkmarshal.c"
+#include "atkmarshal.h"
 
 /**
  * SECTION:atkutil


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