From 334aace3a9acc3d0e6934edf96b004230de72da9 Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 27 Mar 2012 19:43:39 +0200 Subject: [PATCH] Fix Makefile.am --- src/Gui/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Gui/Makefile.am b/src/Gui/Makefile.am index 1cf4fcc16..c714f4913 100644 --- a/src/Gui/Makefile.am +++ b/src/Gui/Makefile.am @@ -48,6 +48,7 @@ BUILT_SOURCES=\ moc_HelpView.cpp \ moc_InputVector.cpp \ moc_MainWindow.cpp \ + moc_ManualAlignment.cpp \ moc_NetworkRetriever.cpp \ moc_OnlineDocumentation.cpp \ moc_Placement.cpp \ @@ -282,6 +283,8 @@ libFreeCADGui_la_SOURCES=\ Placement.h \ Macro.cpp \ MainWindow.cpp \ + ManualAlignment.cpp \ + ManualAlignment.h \ MDIView.cpp \ MenuManager.cpp \ MergeDocuments.cpp \