From 75b71420e743d44cb8a1cfd79f3a94817bd75442 Mon Sep 17 00:00:00 2001 From: Alban Browaeys Date: Thu, 12 Apr 2012 23:50:53 +0200 Subject: [PATCH] instrospection: compile polkitagent against local polkit-gobject --- src/polkitagent/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/polkitagent/Makefile.am b/src/polkitagent/Makefile.am index e8c9fb1..063fa1b 100644 --- a/src/polkitagent/Makefile.am +++ b/src/polkitagent/Makefile.am @@ -120,7 +120,8 @@ PolkitAgent_1_0_gir_CFLAGS = \ -D_POLKIT_COMPILATION \ -D_POLKIT_AGENT_COMPILATION \ -I.. -I$(top_srcdir)/src -PolkitAgent_1_0_gir_LIBS = libpolkit-agent-1.la +PolkitAgent_1_0_gir_LIBS = libpolkit-agent-1.la \ + $(top_builddir)/src/polkit/libpolkit-gobject-1.la PolkitAgent_1_0_gir_FILES = $(libpolkit_agent_1_la_SOURCES) PolkitAgent_1_0_gir_EXPORT_PACKAGES = polkit-agent-1 -- 1.7.10