From 5dffbecb420f80a85e81ad689a08b0efc7bd7eb2 Mon Sep 17 00:00:00 2001 From: ouv Date: Thu, 15 Nov 2018 21:07:58 +0300 Subject: [PATCH] 0004412: External 9984 Add text --- src/Plot2d/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Plot2d/Makefile.am b/src/Plot2d/Makefile.am index 6b810d0ec..27cf805e2 100755 --- a/src/Plot2d/Makefile.am +++ b/src/Plot2d/Makefile.am @@ -38,6 +38,8 @@ salomeinclude_HEADERS = \ Plot2d_ViewWindow.h \ Plot2d_SetupCurveDlg.h \ Plot2d_SetupCurvesDlg.h \ + Plot2d_SetupCommentsDlg.h \ + Plot2d_TextMarker.h \ Plot2d_ToolTip.h dist_libPlot2d_la_SOURCES = \ @@ -52,6 +54,8 @@ dist_libPlot2d_la_SOURCES = \ Plot2d_ViewWindow.cxx \ Plot2d_SetupCurveDlg.cxx \ Plot2d_SetupCurvesDlg.cxx \ + Plot2d_SetupCommentsDlg.cxx \ + Plot2d_TextMarker.cxx \ Plot2d_ToolTip.cxx MOC_FILES = \ @@ -63,6 +67,7 @@ MOC_FILES = \ Plot2d_ViewWindow_moc.cxx \ Plot2d_SetupCurveDlg_moc.cxx \ Plot2d_SetupCurvesDlg_moc.cxx \ + Plot2d_SetupCommentsDlg_moc.cxx \ Plot2d_ToolTip_moc.cxx nodist_libPlot2d_la_SOURCES = $(MOC_FILES) @@ -84,6 +89,7 @@ dist_salomeres_DATA = \ resources/plot2d_splines.png \ resources/plot2d_zoom.png \ resources/plot2d_curves_settings.png \ + resources/plot2d_comments_settings.png \ resources/plot2d_minus.png \ resources/plot2d_print.png -- 2.39.2