From f8ad7292af62e9ca24036a0d0f614233940420e7 Mon Sep 17 00:00:00 2001 From: gdd Date: Tue, 8 Nov 2011 10:56:52 +0000 Subject: [PATCH] rnc: removed dependance of GUI to OpenCV --- adm_local/unix/config_files/Makefile.am | 3 +-- src/OCCViewer/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/adm_local/unix/config_files/Makefile.am b/adm_local/unix/config_files/Makefile.am index 6bc6dbe1b..18a58c12d 100644 --- a/adm_local/unix/config_files/Makefile.am +++ b/adm_local/unix/config_files/Makefile.am @@ -39,5 +39,4 @@ check_sip.m4 \ check_SupervGraphViewer.m4 \ check_VTKViewer.m4 \ check_QxGraphViewer.m4 \ -check_TestRecorder.m4 \ -check_OpenCV.m4 +check_TestRecorder.m4 diff --git a/src/OCCViewer/Makefile.am b/src/OCCViewer/Makefile.am index 191552c1c..7597a2b16 100755 --- a/src/OCCViewer/Makefile.am +++ b/src/OCCViewer/Makefile.am @@ -128,7 +128,7 @@ libOCCViewer_la_CPPFLAGS = $(QT_INCLUDES) $(OGL_INCLUDES) $(CAS_CPPFLAGS) @KERNE -I$(srcdir)/../SUIT -I$(srcdir)/../ViewerTools -I$(srcdir)/../Qtx \ -I$(srcdir)/../OpenGLUtils -I$(srcdir)/../CASCatch -libOCCViewer_la_LDFLAGS = $(OGL_LIBS) $(QT_MT_LIBS) $(CAS_KERNEL) $(CAS_VIEWER) \ +libOCCViewer_la_LDFLAGS = $(OGL_LIBS) $(QT_MT_LIBS) $(CAS_KERNEL) $(CAS_VIEWER) libOCCViewer_la_LIBADD = ../Qtx/libqtx.la ../SUIT/libsuit.la \ ../ViewerTools/libViewerTools.la ../OpenGLUtils/libOpenGLUtils.la -- 2.39.2