diff configure.in @ 1272:661e170bf4f7

read external editors from .desktop files
author Vladimir Nadvornik <nadvornik@suse.cz>
date Sun, 01 Feb 2009 12:48:14 +0000
parents a9a86aa96e0e
children 5cb31602f595
line wrap: on
line diff
--- a/configure.in	Thu Jan 29 19:43:34 2009 +0000
+++ b/configure.in	Sun Feb 01 12:48:14 2009 +0000
@@ -208,6 +208,9 @@
 AC_SUBST(readmedir)
 AC_SUBST(htmldir)
 
+eval "eval appdir=${datadir}/${PACKAGE}"
+AC_DEFINE_UNQUOTED([GQ_APP_DIR], "$appdir", [Location of application data])
+
 #  LIRC support
 # ----------------------------------------------------------------------
 
@@ -351,6 +354,8 @@
     src/icons/svg/Makefile
     po/Makefile.in
     doc/Makefile
+    plugins/Makefile
+    plugins/symlink/Makefile
     geeqie.spec
 ])