From 1266956e567ec9c6bce75dfc7ea141ca6a4bb9a9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 14 Nov 2008 22:05:08 +0000 Subject: [PATCH] Tidy-1.0.typelib depends on libtidy-1.0.la, not libgnomeshell.la svn path=/trunk/; revision=49 --- src/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index a1584f7da..a9bb5f5d4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -68,8 +68,6 @@ Tidy-1.0.gir: $(libgnome_shell_la_SOURCES) Makefile -o $@ CLEANFILES += Tidy-1.0.gir -# The dependency on libgnome-shell.la here is because g-ir-compiler opens it -# (not the fake library, since we've already done the rewriting) -Tidy-1.0.typelib: libgnome-shell.la Tidy-1.0.gir +Tidy-1.0.typelib: libtidy-1.0.la Tidy-1.0.gir LD_LIBRARY_PATH=$${LD_LIBRARY_PATH:+$$LD_LIBRARY_PATH:}. g-ir-compiler Tidy-1.0.gir -o $@ CLEANFILES += Tidy-1.0.typelib \ No newline at end of file