[gnome-games] data: Add options directory
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] data: Add options directory
- Date: Thu, 28 Jun 2018 09:53:51 +0000 (UTC)
commit 0112334ba2d001f3c8a9a6639fe514c0aca3a2eb
Author: Exalm <exalm7659 gmail com>
Date: Thu May 3 22:32:57 2018 +0500
data: Add options directory
This will be used for storing option files in the next commits.
configure.ac | 1 +
data/Makefile.am | 2 +-
data/options/Makefile.am | 9 +++++++++
3 files changed, 11 insertions(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index b05d6f1..f6c6580 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,6 +59,7 @@ AC_CONFIG_FILES([
Makefile
data/Makefile
data/icons/Makefile
+ data/options/Makefile
plugins/Makefile
po/Makefile.in
src/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index d36c5fe..a9fa5ef 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = icons
+SUBDIRS = icons options
appdatadir = $(datadir)/metainfo
appdata_in_files = org.gnome.Games.appdata.xml.in
diff --git a/data/options/Makefile.am b/data/options/Makefile.am
new file mode 100644
index 0000000..050aa6b
--- /dev/null
+++ b/data/options/Makefile.am
@@ -0,0 +1,9 @@
+optionsdir = $(datadir)/gnome-games/options
+options_DATA = \
+ $(NULL)
+
+EXTRA_DIST = \
+ $(options_DATA) \
+ $(NULL)
+
+-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]