summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2017-10-01 21:22:18 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2017-12-30 21:22:08 -0300
commit297bde51a658465e426cb2aff0832f17bfe53437 (patch)
treecb8b585e00af9379da43b3903432f68db852a93a
parent80fa9267ad363489df928b3cbe4e952d62aad8c1 (diff)
downloadglade-297bde51a658465e426cb2aff0832f17bfe53437.tar.gz
configure.ac: fix GLADE_TEST_ENVIRONMENT
Add GLADE_ICON_THEME_PATH and GLADE_PIXMAP_DIR to test env to fix distcheck
-rw-r--r--configure.ac6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index db7487ef..0937881d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -315,11 +315,7 @@ AM_CONDITIONAL(BUILD_GLADEUI, test x"$enable_gladeui" = "xyes")
dnl ================================================================
dnl Testing environment
dnl ================================================================
-#
-# Do not redefine pixmap dir as it does not work if not inside a proper directory structure
-# GLADE_PIXMAP_DIR=$(top_srcdir)/data/icons
-#
-GLADE_TEST_ENVIRONMENT='GLADE_TESTING=1 GLADE_CATALOG_SEARCH_PATH=$(top_srcdir)/plugins/gtk+ GLADE_MODULE_SEARCH_PATH=$(top_builddir)/plugins/gtk+/.libs'
+GLADE_TEST_ENVIRONMENT='GLADE_TESTING=1 GLADE_CATALOG_SEARCH_PATH=$(top_srcdir)/plugins/gtk+ GLADE_MODULE_SEARCH_PATH=$(top_builddir)/plugins/gtk+/.libs GLADE_PIXMAP_DIR=$(top_srcdir)/data/icons GLADE_ICON_THEME_PATH=$(top_srcdir)/plugins/gtk+/icons/22x22'
AC_SUBST(GLADE_TEST_ENVIRONMENT)
AC_SUBST([AM_CPPFLAGS])