[gtk+] [introspection] Do not parse private sources
- From: Johan Dahlin <johan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] [introspection] Do not parse private sources
- Date: Sat, 18 Sep 2010 16:43:47 +0000 (UTC)
commit 60c920f228e09fee0c6a22d72b5d993e13c1b42b
Author: Johan Dahlin <johan gnome org>
Date: Sat Sep 18 13:41:30 2010 -0300
[introspection] Do not parse private sources
Private sources include private headers which we may not be able
to parse properly since some of them use unsupported syntax such
as objective-c.
gtk/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 389d7f7..15397d3 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -901,7 +901,7 @@ LDADDS = \
if HAVE_INTROSPECTION
introspection_files = \
$(filter-out gtktextlayout.h, $(gtkinclude_HEADERS)) \
- $(gtk_all_c_sources) \
+ $(gtk_base_c_sources) \
gtktypebuiltins.h \
gtktypebuiltins.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]