diff options
author | monsta <[email protected]> | 2016-11-20 20:54:36 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-20 20:54:36 +0300 |
commit | 74d8f0d73c8b66532cb651213610c320dfdc74e4 (patch) | |
tree | 2ff8c7c9696860a3c4d61fb87c38ac55430e7abf /configure.ac | |
parent | be722bbe7c5cc68329c4431b533708f625c0472b (diff) | |
download | mate-settings-daemon-74d8f0d73c8b66532cb651213610c320dfdc74e4.tar.bz2 mate-settings-daemon-74d8f0d73c8b66532cb651213610c320dfdc74e4.tar.xz |
fix indent a bit
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b2e9fe7..f43fa2a 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ AS_AC_EXPAND(LIBEXECDIR, "$libexecdir") MSD_INTLTOOL_PLUGIN_RULE='%.mate-settings-plugin: %.mate-settings-plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' AC_SUBST([MSD_INTLTOOL_PLUGIN_RULE]) - dnl Unconditionally use this dir to avoid a circular dep with matecc +dnl Unconditionally use this dir to avoid a circular dep with matecc MATE_KEYBINDINGS_KEYSDIR="${datadir}/mate-control-center/keybindings" AC_SUBST(MATE_KEYBINDINGS_KEYSDIR) |