summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Geddes <vgeddes@src.gnome.org>2007-07-11 23:20:34 +0000
committerVincent Geddes <vgeddes@src.gnome.org>2007-07-11 23:20:34 +0000
commit202a67d7b9a8a8f2a697f8d2807ddada009b3336 (patch)
tree5d4cef984d073d549d81c10935ca51281ebb5b50
parent5c59b84c1feebe2662779963cbcc870cfe2d0675 (diff)
downloadglade-202a67d7b9a8a8f2a697f8d2807ddada009b3336.tar.gz
minor reorg
* minor reorg svn path=/branches/BINDINGS/; revision=1461
-rw-r--r--tests/Makefile.am15
-rw-r--r--tests/pythonplugin.py (renamed from tests/python-plugin.py)0
-rw-r--r--tests/pythonplugin.xml (renamed from tests/python-plugin.xml)2
3 files changed, 14 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6c30fa3e..95ade51d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,18 @@
## Process this file with automake to produce Makefile.in
-EXTRA_DIST = test-python-libgladeui.py
-
+EXTRA_DIST = \
+ test-python-gladeui.py \
+ python-plugin.py \
+ python-plugin.xml
+
+pythonplugindir = $(pkglibdir)/modules
+pythonplugin_DATA =
+catalogsdir = $(pkgdatadir)/catalogs
+catalogs_DATA =
+if ENABLE_PYTHON
+pythonplugin_DATA += pythonplugin.py
+catalogs_DATA += pythonplugin.xml
+endif
diff --git a/tests/python-plugin.py b/tests/pythonplugin.py
index 41169c93..41169c93 100644
--- a/tests/python-plugin.py
+++ b/tests/pythonplugin.py
diff --git a/tests/python-plugin.xml b/tests/pythonplugin.xml
index 4f8b6052..36ff980a 100644
--- a/tests/python-plugin.xml
+++ b/tests/pythonplugin.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glade-catalog name="pythontest" library="pythontest" domain="glade-3" depends="gtk+" language="python">
+<glade-catalog name="pythontest" library="pythonplugin" domain="glade-3" depends="gtk+" language="python">
<glade-widget-classes>
<glade-widget-class title="MyBox" name="MyBox" generic-name="mybox" adaptor="GladeMyBoxAdaptor"/>
</glade-widget-classes>