From 5ab2da4018b3709f48f6688dcbda728f096ffc18 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 6 Mar 2012 19:14:42 -0600 Subject: generate app-indicator.sources.xml (for mono bindings) and appindicator.override (for python bindings) at configure time so that they can take into account top_builddir vs top_srcdir differences. --- bindings/mono/Makefile.am | 6 +++--- bindings/mono/app-indicator.sources.xml | 12 ------------ bindings/mono/app-indicator.sources.xml.in | 12 ++++++++++++ 3 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 bindings/mono/app-indicator.sources.xml create mode 100644 bindings/mono/app-indicator.sources.xml.in (limited to 'bindings/mono') diff --git a/bindings/mono/Makefile.am b/bindings/mono/Makefile.am index f4a59a8..6f8e8a9 100644 --- a/bindings/mono/Makefile.am +++ b/bindings/mono/Makefile.am @@ -66,7 +66,7 @@ EXTRA_DIST = \ $(METADATA) \ appindicator-sharp-0.1.pc.in \ appindicator-sharp.dll.config.in \ - app-indicator.sources.xml \ + app-indicator.sources.xml.in \ $(ASSEMBLY_NAME).snk \ $(POLICY).config.in \ $(POLICY1).config.in \ @@ -85,13 +85,13 @@ test_references = $(GTK_SHARP_LIBS) $(NUNIT_LIBS) $(MONO_NUNIT_LIBS) -r:$(ASSEMB endif $(RAW_API): app-indicator.sources.xml $(WRAPPER_FREE_BINDING) - $(GAPI_PARSER) $(srcdir)/app-indicator.sources.xml + $(GAPI_PARSER) app-indicator.sources.xml $(WRAPPER_FREE_BINDING): $(WRAPPER_FREE_BINDING_SRC) sed '/signals\[X_NEW_LABEL\] /,+6d' $(WRAPPER_FREE_BINDING_SRC) > $(WRAPPER_FREE_BINDING) $(MIDDLE_API): $(METADATA) $(RAW_API) - cp $(srcdir)/$(RAW_API) $(MIDDLE_API) + cp $(RAW_API) $(MIDDLE_API) chmod u+w $(MIDDLE_API) @if test -n '$(METADATA)'; then \ echo "$(GAPI_FIXUP) --api=$(MIDDLE_API) --metadata=$(srcdir)/$(METADATA)"; \ diff --git a/bindings/mono/app-indicator.sources.xml b/bindings/mono/app-indicator.sources.xml deleted file mode 100644 index 6cf28e9..0000000 --- a/bindings/mono/app-indicator.sources.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - app-indicator.c - ../../src/app-indicator-enum-types.c - ../../src/app-indicator-enum-types.h - ../../src/app-indicator.h - - - - diff --git a/bindings/mono/app-indicator.sources.xml.in b/bindings/mono/app-indicator.sources.xml.in new file mode 100644 index 0000000..7f8e869 --- /dev/null +++ b/bindings/mono/app-indicator.sources.xml.in @@ -0,0 +1,12 @@ + + + + + @top_builddir@/bindings/mono/app-indicator.c + @top_builddir@/src/app-indicator-enum-types.c + @top_builddir@/src/app-indicator-enum-types.h + @top_srcdir@/src/app-indicator.h + + + + -- cgit v1.2.3