diff options
author | infirit <[email protected]> | 2014-07-29 17:52:24 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-07-29 17:52:24 +0200 |
commit | c68023e360495587bd0a53f54425235d9d461e43 (patch) | |
tree | b55bb41f481da5a17c2e190a69f135fafc3053b7 /data/Makefile.am | |
parent | 5b695526a9974fbbceb64617a414c687fc340635 (diff) | |
download | eom-c68023e360495587bd0a53f54425235d9d461e43.tar.bz2 eom-c68023e360495587bd0a53f54425235d9d461e43.tar.xz |
Use GSettings enum support
Based on eog commit 28a38946c4871ee00305a4a6c0cf9e48c36e530b
From Felix Riemann <[email protected]>
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 8038766..9c5ca4c 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -9,6 +9,10 @@ desktopdir = $(datadir)/applications desktop_DATA = $(DESKTOP_FILES) @INTLTOOL_XML_NOMERGE_RULE@ +gsettings_ENUM_NAMESPACE = org.mate.eom +gsettings_ENUM_FILES = $(top_srcdir)/src/eom-scroll-view.h \ + $(top_srcdir)/src/eom-window.h + gsettings_SCHEMAS = org.mate.eom.gschema.xml @GSETTINGS_RULES@ |