diff options
author | root <root@space-ghost.verbum.private> | 2009-06-10 15:00:17 -0400 |
---|---|---|
committer | root <root@space-ghost.verbum.private> | 2009-06-10 15:00:17 -0400 |
commit | 351cbee1a632060d338c07983bbf1ba4a1008226 (patch) | |
tree | 1f09e0f02050ff8250be6095a6a2fb0892c0efc8 /gir | |
parent | f2a7cf92e8655a1ae9adf18ab7f1ac166a154ba1 (diff) | |
download | gobject-introspection-351cbee1a632060d338c07983bbf1ba4a1008226.tar.gz |
Remove duplicate typelib installation rules
No need to list them twice, and it confuses/breaks some install tools.
Diffstat (limited to 'gir')
-rw-r--r-- | gir/Makefile.am | 2 |
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) |