diff options
author | kraxel <kraxel> | 2007-08-31 13:46:27 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2007-08-31 13:46:27 +0000 |
commit | 1a239af5a483bd47565eac17d7ca552f66dd0911 (patch) | |
tree | 4240bf01ba05887bb78ee9873d3135145d9f19a9 /Testbuild.sh | |
parent | 6c20a337f9a3930e480a0ee4022fb9fb2ed0b342 (diff) | |
download | xenwatch-1a239af5a483bd47565eac17d7ca552f66dd0911.tar.gz |
desktop files, minor fixes.
Diffstat (limited to 'Testbuild.sh')
-rwxr-xr-x | Testbuild.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Testbuild.sh b/Testbuild.sh index 868b513..21493b3 100755 --- a/Testbuild.sh +++ b/Testbuild.sh @@ -7,6 +7,7 @@ make clean for option in HAVE_GTK HAVE_GTK_VNC HAVE_AVAHI HAVE_XENSTORE HAVE_LIBVIRT; do make $option=no + make $option=no -n install make $option=no clean done |