From 92d03cd1d86b478cf5e6df3eac539c2ad7b0787a Mon Sep 17 00:00:00 2001 From: mpv Date: Thu, 15 Feb 2007 12:29:02 +0000 Subject: [PATCH] MPV: merge from branch BR_GUI_AutoTools --- src/TOOLSGUI/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/TOOLSGUI/Makefile.am b/src/TOOLSGUI/Makefile.am index 3f718f41a..e3081448e 100755 --- a/src/TOOLSGUI/Makefile.am +++ b/src/TOOLSGUI/Makefile.am @@ -42,11 +42,14 @@ dist_libToolsGUI_la_SOURCES= \ ToolsGUI_IntervalWindow.cxx \ ToolsGUI.cxx -EXTRA_DIST+= ToolsGUI_HelpWindow.h ToolsGUI_IntervalWindow.h +EXTRA_DIST+= MOC_FILES= \ ToolsGUI_CatalogGeneratorDlg_moc.cxx \ - ToolsGUI_RegWidget_moc.cxx + ToolsGUI_RegWidget_moc.cxx \ + ToolsGUI_HelpWindow_moc.cxx \ + ToolsGUI_IntervalWindow_moc.cxx + nodist_libToolsGUI_la_SOURCES= $(MOC_FILES) # .po files to transform in .qm -- 2.39.2