Salome HOME
Sample servers configuration file.
[modules/paravis.git] / src / PVGUI / Makefile.am
index 82a5db84c061d9119c769d64a3989ea627449ca4..aab4b1e1eaf931f5b829c2afc284156d09b501b5 100644 (file)
@@ -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