Codebase list virt-viewer / c3381c5
New patch 0002-Define-GLADE_DIR.patch Define GLADE_DIR Guido Günther 13 years ago
2 changed file(s) with 24 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
1 Date: Tue, 2 Feb 2010 20:44:38 +0100
2 Subject: [PATCH] Define GLADE_DIR
3
4 so the plugin can find the glade files.
5 ---
6 plugin/Makefile.am | 2 ++
7 1 files changed, 2 insertions(+), 0 deletions(-)
8
9 diff --git a/plugin/Makefile.am b/plugin/Makefile.am
10 index 93284cc..dde76a9 100644
11 --- a/plugin/Makefile.am
12 +++ b/plugin/Makefile.am
13 @@ -3,6 +3,8 @@ if ENABLE_PLUGIN
14 plugindir = $(libdir)/mozilla/plugins
15 plugin_LTLIBRARIES = virt-viewer-plugin.la
16
17 +gladedir = $(pkgdatadir)/ui
18 +
19 virt_viewer_plugin_la_SOURCES = \
20 ../src/util.c ../src/util.h \
21 ../src/auth.c ../src/auth.h \
22 --
00 0001-Fix-build-with-xulrunner-1.9.1.patch
1 0002-Define-GLADE_DIR.patch