[shotwell/wip/autotools: 7/27] build: Add gsettings support



commit 86c43eb21e0a9b875ebcb0f882b17513ef3601c2
Author: Jens Georg <mail jensge org>
Date:   Sun May 29 22:40:20 2016 +0200

    build: Add gsettings support
    
    Signed-off-by: Jens Georg <mail jensge org>

 Makefile.am      |    2 +-
 configure.ac     |    5 +----
 misc/Makefile.am |    5 +++++
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 690b2e0..fb97b4a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = po
+SUBDIRS = po misc
 
 EXTRA_DIST = AUTHORS
 
diff --git a/configure.ac b/configure.ac
index 8afd27c..73678dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -132,11 +132,8 @@ dnl Process .in Files
 dnl ***********************************************************************
 AC_CONFIG_FILES([
        Makefile
-
        src/Makefile
-
-
-
+    misc/Makefile
        po/Makefile.in
 ],[],
 [API_VERSION='$API_VERSION'])
diff --git a/misc/Makefile.am b/misc/Makefile.am
new file mode 100644
index 0000000..6c033d8
--- /dev/null
+++ b/misc/Makefile.am
@@ -0,0 +1,5 @@
+gsettings_SCHEMAS = \
+       org.yorba.shotwell.gschema.xml \
+       org.yorba.shotwell-extras.gschema.xml
+
+ GSETTINGS_RULES@


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]