So the plugin can find the glade files. Otherwise it woun't load. Cheers, -- Guido
>From 50c85fbd57cf77115f771d18d4f93d109814f9f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= <[email protected]> Date: Tue, 2 Feb 2010 20:44:38 +0100 Subject: [PATCH 2/2] Define GLADE_DIR
so the plugin can find the glade files. --- plugin/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/plugin/Makefile.am b/plugin/Makefile.am index 93284cc..dde76a9 100644 --- a/plugin/Makefile.am +++ b/plugin/Makefile.am @@ -3,6 +3,8 @@ if ENABLE_PLUGIN plugindir = $(libdir)/mozilla/plugins plugin_LTLIBRARIES = virt-viewer-plugin.la +gladedir = $(pkgdatadir)/ui + virt_viewer_plugin_la_SOURCES = \ ../src/util.c ../src/util.h \ ../src/auth.c ../src/auth.h \ -- 1.6.6.1
_______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
