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