[chronojump/chronojump-importer: 34/66] Installs chronojump_importer.py in the same directory as chronojump main binary.
- From: Carles Pina i Estany <carlespina src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump/chronojump-importer: 34/66] Installs chronojump_importer.py in the same directory as chronojump main binary.
- Date: Mon, 26 Sep 2016 22:20:50 +0000 (UTC)
commit daa628cee28cdbebe7aa336e4182d2dd6d2a85c6
Author: Carles Pina i Estany <carles pina cat>
Date: Tue Sep 13 12:11:20 2016 +0100
Installs chronojump_importer.py in the same directory as chronojump main binary.
Only tested on Linux.
configure.ac | 1 +
src/Makefile.am | 2 +-
src/chronojump-importer/Makefile.am | 6 ++++++
3 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 85aa177..3d64aa2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -150,6 +150,7 @@ chronopic-firmware/chronopic-firmwarecord/chronopic-firmwarecord
chronopic-tests/Makefile
src/Makefile
src/Mini/Makefile
+src/chronojump-importer/Makefile
po/Makefile.in
chronojump_server/Makefile
encoder/Makefile
diff --git a/src/Makefile.am b/src/Makefile.am
index 5fb529a..4dd5aa4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = Mini
+SUBDIRS = Mini chronojump-importer
ASSEMBLY = Chronojump
TARGET = exe
diff --git a/src/chronojump-importer/Makefile.am b/src/chronojump-importer/Makefile.am
new file mode 100644
index 0000000..de0fc61
--- /dev/null
+++ b/src/chronojump-importer/Makefile.am
@@ -0,0 +1,6 @@
+TARGET = exe
+
+chronojump_importerdir = "@bindir@"
+chronojump_importer_DATA = chronojump_importer.py
+
+EXTRA_DIST = $(chronojump_importer_DATA)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]