--- ChangeLog | 4 ++++ configure.ac | 1 + 2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 9ec33c8..a497eb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-09-25 Roland Levillain roland@lrde.epita.fr
+ * configure.ac: Configure milena/apps/camera-process/Makefile. + +2012-09-25 Roland Levillain roland@lrde.epita.fr + Ask configure to try to find OpenCV.
* configure.ac: Here. diff --git a/configure.ac b/configure.ac index 2b3cfc4..e74d68d 100644 --- a/configure.ac +++ b/configure.ac @@ -572,6 +572,7 @@ AM_CONDITIONAL([ENABLE_APPS], [test "x$enable_apps" = "xyes"]) # Ask for the creation of applications' Makefiles. AC_CONFIG_FILES([ milena/apps/Makefile + milena/apps/camera-process/Makefile milena/apps/constrained-connectivity/Makefile milena/apps/graph-morpho/Makefile milena/apps/mesh-segm-skel/Makefile