From: vsr Date: Fri, 5 Apr 2013 12:59:13 +0000 (+0000) Subject: Fix compilation problems X-Git-Tag: B4Mrg1804~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=51f02d5905733c3b407c8fac50e61119aeca56dc;p=modules%2Fmed.git Fix compilation problems --- diff --git a/src/MEDGUI/Makefile.am b/src/MEDGUI/Makefile.am index cc2f10dca..743cf3610 100644 --- a/src/MEDGUI/Makefile.am +++ b/src/MEDGUI/Makefile.am @@ -35,7 +35,7 @@ dist_libMEDGUI_la_SOURCES = MEDGUIFileContentDial.h MEDGUISelection.hxx \ MEDGUISelectComponents.h MEDGUISelectComponents.cxx MEDGUIDataBaseDockWidget.hxx \ MEDGUIDataBaseDockWidget.cxx -MOC_FILES= MEDGUI_moc.cxx MEDGUIFileContentDial_moc.cxx MEDGUISelectComponents_moc.cxx +MOC_FILES= MEDGUIFileContentDial_moc.cxx MEDGUISelectComponents_moc.cxx # meta object implementation files generation (moc) %_moc.cxx: %.h