Enable build on appvm.

This commit is contained in:
Marek Marczykowski 2011-03-23 19:55:35 -04:00
parent 7f94cf2709
commit b95dd0fcaa
2 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ mkdir -p $RPM_BUILD_ROOT/var/lib/qubes
%build %build
make clean all make clean all
make -C ../common make -C ../common
make -C ../vchan
make -C ../u2mfn make -C ../u2mfn
make -C ../vchan
make -C ../qrexec make -C ../qrexec
%install %install

View File

@ -51,9 +51,9 @@ python -m compileall qvm-core qmemman
python -O -m compileall qvm-core qmemman python -O -m compileall qvm-core qmemman
make -C restore make -C restore
make -C ../common make -C ../common
make -C ../qrexec
make -C ../vchan make -C ../vchan
make -C ../u2mfn make -C ../u2mfn
make -C ../qrexec
%install %install