[vte] build: Make sure the resources are not exported
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] build: Make sure the resources are not exported
- Date: Sun, 4 Oct 2015 20:39:53 +0000 (UTC)
commit 641402c3b9a39fc649cedf48066ae768d32cab0a
Author: Christian Persch <chpe gnome org>
Date: Sun Oct 4 22:39:38 2015 +0200
build: Make sure the resources are not exported
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index f74a6da..224df5b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -176,7 +176,7 @@ vteseq-list.h: vteseq-n.gperf
mv -f $ tmp $@
vteresources.cc: vte.gresource.xml Makefile $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies
vte.gresource.xml)
- $(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) --target $@ --sourcedir . --generate-source --c-name vte $<
+ $(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) --target $@ --sourcedir . --generate-source --c-name _vte $<
# introspection
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]