Update to 2.0.0 tree from current Fremantle build
[opencv] / debian / patches / 010_makefile_syntax.diff
1 Index: opencv-1.0.0/Makefile.am
2 ===================================================================
3 --- opencv-1.0.0.orig/Makefile.am       2006-07-20 14:34:09.000000000 +0200
4 +++ opencv-1.0.0/Makefile.am    2006-11-14 10:14:17.000000000 +0100
5 @@ -6,8 +6,10 @@
6  ## Any directories that you want built and installed should go here.
7  if BUILD_APPS
8    APPS_DIR = apps
9 +  NO_APPS_DIR =
10  else
11    APPS_DIR =
12 +  NO_APPS_DIR = apps
13  endif
14  SUBDIRS = cxcore cv cvaux ml otherlibs utils interfaces $(APPS_DIR) tests samples data docs
15