[gtksourceview/wip/api-version] build: do not hardcode API version for style schemes



commit 214d148fcfb9fcb273fa8d71af61802064b008de
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Oct 19 17:02:46 2016 +0200

    build: do not hardcode API version for style schemes

 data/styles/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/styles/Makefile.am b/data/styles/Makefile.am
index e68a0da..f06d7fc 100644
--- a/data/styles/Makefile.am
+++ b/data/styles/Makefile.am
@@ -9,7 +9,7 @@ STYLES =                        \
        solarized-light.xml     \
        tango.xml
 
-stylesdir = $(datadir)/gtksourceview-3.0/styles
+stylesdir = $(datadir)/gtksourceview-@GSV_API_VERSION@/styles
 styles_DATA = $(STYLES) styles.rng
 
 EXTRA_DIST =           \


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