[libdmapsharing] Add another function pattern to pedansee.conf
- From: W. Michael Petullo <wmpetullo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdmapsharing] Add another function pattern to pedansee.conf
- Date: Fri, 27 Oct 2017 00:12:10 +0000 (UTC)
commit ee64683fe6f61cdb7120efaa70471cd6c1855933
Author: W. Michael Petullo <mike flyn org>
Date: Thu Oct 26 20:12:00 2017 -0400
Add another function pattern to pedansee.conf
Signed-off-by: W. Michael Petullo <mike flyn org>
libdmapsharing/Makefile.am | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libdmapsharing/Makefile.am b/libdmapsharing/Makefile.am
index c9fcb94..0186b30 100644
--- a/libdmapsharing/Makefile.am
+++ b/libdmapsharing/Makefile.am
@@ -181,6 +181,9 @@ if HAVE_PEDANSEE
echo -n $${i}_get_instance_private\;; \
echo -n $${i}_class_intern_init\;; \
done >> pedansee.conf
+ for i in $$(grep G_DEFINE_TYPE *.c | sed 's/.*(\([^,]*\),.*/\1/g'); do \
+ echo -n $${i}_private_offset\;; \
+ done >> pedansee.conf
set -e; for i in $(libdmapsharing_3_0_la_SOURCES); do \
$(PEDANSEE) -c pedansee.conf $$i -- -x c $(DEFS) $(libdmapsharing_3_0_la_CFLAGS); \
done
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]