summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@space-ghost.verbum.private>2009-06-10 15:00:17 -0400
committerroot <root@space-ghost.verbum.private>2009-06-10 15:00:17 -0400
commit351cbee1a632060d338c07983bbf1ba4a1008226 (patch)
tree1f09e0f02050ff8250be6095a6a2fb0892c0efc8
parentf2a7cf92e8655a1ae9adf18ab7f1ac166a154ba1 (diff)
downloadgobject-introspection-351cbee1a632060d338c07983bbf1ba4a1008226.tar.gz
Remove duplicate typelib installation rules
No need to list them twice, and it confuses/breaks some install tools.
-rw-r--r--gir/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/Makefile.am b/gir/Makefile.am
index eb407458..f3b1dbab 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -208,7 +208,7 @@ dist_gir_DATA = $(GIRSOURCES)
LD_LIBRARY_PATH=$${LD_LIBRARY_PATH:+$$LD_LIBRARY_PATH:}:$(top_builddir)/girepository/.libs $(DEBUG) $(top_builddir)/tools/g-ir-compiler$(EXEEXT) --includedir=. $(G_IR_COMPILER_OPTS) $< -o $@
typelibsdir = $(libdir)/girepository-1.0
-typelibs_DATA = $(GIRSOURCES:.gir=.typelib) $(GIRSOURCES:.gir=.typelib)
+typelibs_DATA = $(GIRSOURCES:.gir=.typelib)
CLEANFILES += $(typelibs_DATA)