tadded missing dep - vsfm-linux-x86_64 - automated build of VisualSFM photogram… | |
git clone git://src.adamsgaard.dk/vsfm-linux-x86_64 | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 8f339f77865911a6ffb007d1f144028638a03ce9 | |
parent d46016a44ce32b2de3a5a39276c476f36f4f7e51 | |
Author: Anders Damsgaard <[email protected]> | |
Date: Sat, 24 May 2014 13:19:20 +0200 | |
added missing dep | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
t@@ -7,7 +7,7 @@ run: all | |
vsfm/bin/libpba.so: pba/bin/libpba_no_gpu.so | |
ln -s ../../$< $@ | |
-pba/bin/libpba_no_gpu.so: | |
+pba/bin/libpba_no_gpu.so: pba | |
mv makefile_no_gpu makefile; make | |
pba: pba_v1.0.5.zip |