[anjuta-extras] Read data files from in anjuta directory
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjuta-extras] Read data files from in anjuta directory
- Date: Fri, 1 May 2009 15:42:14 -0400 (EDT)
commit d251922f1c5cfc9d28bc83d85b3e267e1ac6eff5
Author: Sébastien Granjoux <seb sfo free fr>
Date: Fri May 1 21:36:02 2009 +0200
Read data files from in anjuta directory
Data files are installed in anjuta directory not in anjuta-extras so it
should be read from here.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 38b0594..b6f046e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -217,7 +217,7 @@ AC_SUBST(anjuta_ui_dir)
AC_SUBST(anjuta_glade_dir)
AC_SUBST(anjuta_image_dir)
-EXTRA_CFLAGS='-DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\"'
+EXTRA_CFLAGS='-DPACKAGE_PIXMAPS_DIR=\""$(anjuta_image_dir)"\" -DPACKAGE_LIB_DIR=\""$(anjutalibdir)"\" -DPACKAGE_DATA_DIR=\""$(anjuta_data_dir)"\"'
AC_SUBST(EXTRA_CFLAGS)
AC_OUTPUT([
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]