Chromium Code Reviews| Index: Makefile |
| diff --git a/Makefile b/Makefile |
| index fcf54bf14c6549d75945a6490f62acb8c563049d..78f9d2de3e2f518fcc8301e5bf1b9ce7545b94b1 100644 |
| --- a/Makefile |
| +++ b/Makefile |
| @@ -130,6 +130,7 @@ LIBRARIES = \ |
| ports/nacl-mounts \ |
| ports/ncurses \ |
| ports/openal-soft \ |
| + ports/opencv \ |
| ports/OpenSceneGraph \ |
| ports/openssl \ |
| ports/pango \ |
| @@ -365,6 +366,7 @@ nacl-mounts: ports/nacl-mounts ; |
| ncurses: ports/ncurses ; |
| ogg libogg: ports/libogg ; |
| openal openal-soft: ports/openal-soft ; |
| +opencv: ports/opencv ; |
| openscenegraph OpenSceneGraph: ports/OpenSceneGraph ; |
| openssl: ports/openssl ; |
| pango: ports/pango ; |