[gcompris: 1/2] Fix missing note_names.py in Makefile.am
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcompris: 1/2] Fix missing note_names.py in Makefile.am
- Date: Thu, 6 Sep 2012 22:21:07 +0000 (UTC)
commit de215fa3dfde7094a14b3d020f21ff4cb9f74053
Author: Peter Albrecht <pa-dev gmx de>
Date: Wed Sep 5 23:50:35 2012 +0200
Fix missing note_names.py in Makefile.am
The Makefile did not include "note_names.py" so it finally got not
installed. Without this pyhton module, the activity "Name that Note!"
does not work.
src/note_names-activity/Makefile.am | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/note_names-activity/Makefile.am b/src/note_names-activity/Makefile.am
index bbc77b0..efea4d4 100644
--- a/src/note_names-activity/Makefile.am
+++ b/src/note_names-activity/Makefile.am
@@ -1,6 +1,11 @@
# Passthrough, do not break uplevel make rule
install-activity:
+
+pythondir = $(PYTHON_PLUGIN_DIR)
+
+dist_python_DATA = note_names.py
+
xmldir = $(pkgdatadir)/@PACKAGE_DATA_DIR@
xml_in_files = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]