diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-16 14:50:19 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-16 20:24:23 +0200 |
commit | a420516af36b3c7b6b657ffdef8cb0ef0a6ae1b4 (patch) | |
tree | e47a77a82e5ce5c941c31ed4951f8a9c943698bf /config_host.mk.in | |
parent | afbc8993bdff272eb6712333c89715c9a1de0533 (diff) |
mingw: unbreak make check
Even if it does nothing because there is no installation available .-)
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 8ad7f5c53d04..fe5fc878e7b4 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -525,6 +525,7 @@ export UPD=@UPD@ export USE_FT_EMBOLDEN=@USE_FT_EMBOLDEN@ export use_shl_version=@use_shl_version@ export USE_XINERAMA=@USE_XINERAMA@ +export UUIDGEN=@UUIDGEN@ export VALGRIND_CFLAGS=@VALGRIND_CFLAGS@ export VALIDATOR_EXTENSION_PACK=@VALIDATOR_EXTENSION_PACK@ export VERBOSE=@VERBOSE@ |