summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-20 16:38:46 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-22 09:20:14 +0100
commitba38fff7923e1da2f98b8f7f52b777be6751caf2 (patch)
treefef2d323a8470144972ec50e5a223618f875ff99
parent219b22f6fc58458c6c1ba4b6017d721f877b3bbc (diff)
downloadatk-ba38fff7923e1da2f98b8f7f52b777be6751caf2.tar.gz
Include the marshallers header, not the source
The atkutil.c source is including atkmarshal.c, instead of including the header. This is a weird behaviour, so let's build atkmarshal.c like the rest of the source files, and include the header.
-rw-r--r--atk/Makefile.am1
-rw-r--r--atk/atkutil.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/atk/Makefile.am b/atk/Makefile.am
index 0d3ec27..22de312 100644
--- a/atk/Makefile.am
+++ b/atk/Makefile.am
@@ -72,6 +72,7 @@ atk_sources = \
libatk_1_0_la_SOURCES = \
$(atk_sources) \
+ atkmarshal.c \
atk-enum-types.c
libatkincludedir=$(includedir)/atk-1.0/atk
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