diff options
author | David Tardon <dtardon@redhat.com> | 2012-01-11 17:31:44 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-01-11 17:32:41 +0100 |
commit | 7ad72045d7c3a99dbb67f817ad570097de383c3f (patch) | |
tree | fb3f7effa41fe7daa4461cc56824081c43718646 /config_host.mk.in | |
parent | 2e30b7ca1e89282a2d2d4b5682ee82f13923d715 (diff) |
avoid generating a file in the source tree
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 236a58c1f304..57125bd0fcde 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -167,6 +167,7 @@ export INSTALLDIR="@INSTALLDIR@" export INSTALLDIRNAME="@INSTALLDIRNAME@" export INTRO_BIPMAP="@INTRO_BITMAP@" @x_JAVALIB@ export JAVALIB="@JAVALIB@" +export JITC_PROCESSOR_TYPE_EXPORT="@JITC_PROCESSOR_TYPE_EXPORT@" export JFREEREPORT_JAR="@JFREEREPORT_JAR@" export KDE4_CFLAGS="@KDE4_CFLAGS@" export KDE4_LIBS="@KDE4_LIBS@" |