[totem] main: Fix linking of introspection scanner



commit 974aaabbe9a44c2d5768be38712ed5e78f75a867
Author: Bastien Nocera <hadess hadess net>
Date:   Wed May 8 12:47:58 2013 +0200

    main: Fix linking of introspection scanner

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index d820bf5..cec98f6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -231,7 +231,7 @@ Totem_1_0_gir_SCANNERFLAGS = --c-include=totem.h --pkg-export=totem
 Totem_1_0_gir_CFLAGS =         \
        $(PLAYER_CFLAGS)        \
        $(libtotem_la_CPPFLAGS)
-Totem_1_0_gir_LIBS = libtotem.la
+Totem_1_0_gir_LIBS = libtotem.la $(top_builddir)/libgd/libgd.la
 Totem_1_0_gir_FILES = $(introspection_sources)
 Totem_1_0_gir_EXPORT_PACKAGES = totem
 INTROSPECTION_GIRS += Totem-1.0.gir


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]