From 4fe52955d1583e6895bf85cf62b08102d0923962 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 13 Aug 2008 22:22:49 +0000 Subject: Demonstrate loading the test module. svn path=/branches/kill-bonobo/; revision=35983 --- configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index a01bbc59e8..fea0534941 100644 --- a/configure.in +++ b/configure.in @@ -1634,6 +1634,9 @@ AC_SUBST(privincludedir) componentdir="$privlibdir/components" AC_SUBST(componentdir) +moduledir="$privlibdir/modules" +AC_SUBST(moduledir) + idldir='${datadir}'/idl/evolution-$BASE_VERSION AC_SUBST(idldir) -- cgit