[devhelp] build: introspection: analyze also built public source files
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp] build: introspection: analyze also built public source files
- Date: Wed, 3 May 2017 16:09:58 +0000 (UTC)
commit 8046e5f77ff93a86df7c35ad18a91c33555f04d0
Author: Sébastien Wilmet <swilmet gnome org>
Date: Wed May 3 17:57:07 2017 +0200
build: introspection: analyze also built public source files
This adds the public enum types.
src/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 30358dc..29fcd09 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -200,7 +200,9 @@ INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
if HAVE_INTROSPECTION
introspection_sources = \
$(libdevhelp_public_c_files) \
- $(libdevhelp_public_headers)
+ $(libdevhelp_public_headers) \
+ $(libdevhelp_built_public_c_files) \
+ $(libdevhelp_built_public_headers)
Devhelp-3.0.gir: libdevhelp-3.la
Devhelp_3_0_gir_INCLUDES = Gtk-3.0 WebKit2-4.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]