[shotwell] Add missing build files
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] Add missing build files
- Date: Wed, 31 May 2017 17:57:33 +0000 (UTC)
commit d44130a4cf9de5a24719c404588829bd60ba5f57
Author: Jens Georg <mail jensge org>
Date: Wed May 31 19:09:12 2017 +0200
Add missing build files
Makefile.am | 7 ++++++-
apport/Makefile.am | 2 ++
apport/meson.build | 2 ++
3 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index f6e5c17..75963cc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,8 @@
-SUBDIRS = misc help po app-icons icons ui apport
+SUBDIRS = misc help po app-icons icons ui
+
+if INSTALL_APPORT_HOOK
+SUBDIRS += apport
+endif
EXTRA_DIST = AUTHORS
@@ -27,6 +31,7 @@ MAINTAINERCLEANFILES = \
$(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL)
GITIGNOREFILES = \
+ build \
ABOUT-NLS \
plugins/**/*.h \
plugins/**/*.vapi \
diff --git a/apport/Makefile.am b/apport/Makefile.am
new file mode 100644
index 0000000..2d38c50
--- /dev/null
+++ b/apport/Makefile.am
@@ -0,0 +1,2 @@
+apportdir = $(datadir)/apport/package-hooks
+apport_DATA = shotwell.py
diff --git a/apport/meson.build b/apport/meson.build
new file mode 100644
index 0000000..0c1b060
--- /dev/null
+++ b/apport/meson.build
@@ -0,0 +1,2 @@
+install_data('shotwell.py',
+ install_dir : join_paths(get_option('datadir'), 'apport', 'package-hooks'))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]