X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPVGUI%2FMakefile.am;h=aab4b1e1eaf931f5b829c2afc284156d09b501b5;hb=542521e1c0d964d429c7bf18e2756eae8c9e74c2;hp=82a5db84c061d9119c769d64a3989ea627449ca4;hpb=491c1776601446755a755a8a11eeafa7d26c6fb2;p=modules%2Fparavis.git diff --git a/src/PVGUI/Makefile.am b/src/PVGUI/Makefile.am index 82a5db84..aab4b1e1 100644 --- a/src/PVGUI/Makefile.am +++ b/src/PVGUI/Makefile.am @@ -42,7 +42,9 @@ dist_libPARAVIS_la_SOURCES = \ PVGUI_ViewModel.h \ PVGUI_ViewModel.cxx \ PVGUI_ViewWindow.h \ - PVGUI_ViewWindow.cxx + PVGUI_ViewWindow.cxx \ + PVGUI_OutputWindowAdapter.h \ + PVGUI_OutputWindowAdapter.cxx # MOC pre-processing MOC_FILES = \ @@ -56,6 +58,7 @@ nodist_libPARAVIS_la_SOURCES = $(MOC_FILES) # additionnal compilation flags libPARAVIS_la_CPPFLAGS = \ $(QT_INCLUDES) \ + $(QT_ASSISTANT_INCLUDES) \ $(PARAVIEW_INCLUDES) \ $(CAS_CPPFLAGS) \ $(PYTHON_INCLUDES) \ @@ -63,6 +66,7 @@ libPARAVIS_la_CPPFLAGS = \ # additionnal linkage flags libPARAVIS_la_LDFLAGS = \ + $(QT_ASSISTANT_LIBS) \ $(PARAVIEW_LIBS) \ $(GUI_LDFLAGS) \ -lLightApp