[librsvg] build: Fix distcheck
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] build: Fix distcheck
- Date: Mon, 26 Mar 2012 12:25:52 +0000 (UTC)
commit c856a4f4f47ff508a80f60a1bd4c4025879d8970
Author: Christian Persch <chpe gnome org>
Date: Mon Mar 26 14:13:06 2012 +0200
build: Fix distcheck
Makefile.am | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index fd3c01c..4b846df 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -242,12 +242,12 @@ Rsvg_ RSVG_API_VERSION_U@_gir_CFLAGS = -I$(top_builddir)
Rsvg_ RSVG_API_VERSION_U@_gir_LIBS = librsvg- RSVG_API_MAJOR_VERSION@.la
girdir = $(datadir)/gir-1.0
-gir_DATA = $(INTROSPECTION_GIRS)
+nodist_gir_DATA = $(INTROSPECTION_GIRS)
typelibsdir = $(libdir)/girepository-1.0
-typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
+nodist_typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
-CLEANFILES += $(dist_gir_DATA) $(typelibs_DATA)
+CLEANFILES += $(nodist_gir_DATA) $(nodist_typelibs_DATA)
endif # HAVE_INTROSPECTION
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]