Codebase list virt-viewer / debian/0.2.1-1 debian / patches / 0002-Define-GLADE_DIR.patch
debian/0.2.1-1

Tree @debian/0.2.1-1 (Download .tar.gz)

0002-Define-GLADE_DIR.patch @debian/0.2.1-1raw · history · blame

From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
Date: Tue, 2 Feb 2010 20:44:38 +0100
Subject: [PATCH] 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 \
--