From d421fac3b87d2dcbc821c6a93861d2d8efe2e8aa Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 7 Sep 2012 23:05:52 +0200 Subject: [PATCH] Fix build errors with autotools --- configure.ac | 1 + src/Gui/Makefile.am | 5 +++++ src/Mod/Makefile.am | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 05010ef147..4f94456af2 100644 --- a/configure.ac +++ b/configure.ac @@ -1056,6 +1056,7 @@ src/Mod/Sandbox/App/Makefile src/Mod/Sandbox/Gui/Makefile src/Mod/Surfaces/Makefile src/Mod/Ship/Makefile +src/Mod/OpenSCAD/Makefile src/Tools/Makefile src/Tools/_TEMPLATE_/Makefile src/Tools/_TEMPLATE_/App/Makefile diff --git a/src/Gui/Makefile.am b/src/Gui/Makefile.am index c714f4913b..e82edc1260 100644 --- a/src/Gui/Makefile.am +++ b/src/Gui/Makefile.am @@ -13,6 +13,7 @@ BUILT_SOURCES=\ moc_DlgCommandsImp.cpp \ moc_DlgCustomizeImp.cpp \ moc_DlgCustomizeSpaceball.cpp \ + moc_DlgCustomizeSpNavSettings.cpp \ moc_DlgDisplayPropertiesImp.cpp \ moc_DlgEditorImp.cpp \ moc_DlgGeneralImp.cpp \ @@ -84,6 +85,7 @@ BUILT_SOURCES=\ ui_DlgAuthorization.h \ ui_DlgChooseIcon.h \ ui_DlgCommands.h \ + ui_DlgCustomizeSpNavSettings.h \ ui_DlgDisplayProperties.h \ ui_DlgEditor.h \ ui_DlgInputDialog.h \ @@ -133,6 +135,7 @@ libFreeCADGui_la_UI=\ DlgAuthorization.ui \ DlgChooseIcon.ui \ DlgCommands.ui \ + DlgCustomizeSpNavSettings.ui \ DlgDisplayProperties.ui \ DlgEditor.ui \ DlgGeneral.ui \ @@ -208,6 +211,8 @@ libFreeCADGui_la_SOURCES=\ DlgCustomizeImp.h \ DlgCustomizeSpaceball.cpp \ DlgCustomizeSpaceball.h \ + DlgCustomizeSpNavSettings.cpp \ + DlgCustomizeSpNavSettings.h \ DlgDisplayPropertiesImp.cpp \ DlgDisplayPropertiesImp.h \ DlgEditorImp.cpp \ diff --git a/src/Mod/Makefile.am b/src/Mod/Makefile.am index e018e56c72..246e76ba46 100644 --- a/src/Mod/Makefile.am +++ b/src/Mod/Makefile.am @@ -1,5 +1,5 @@ #SUBDIRS=Part Mesh Points Raytracing Image Drawing Complete Draft Test TemplatePyMod -SUBDIRS=Points Complete Draft Test TemplatePyMod Web Start Idf Arch Surfaces Ship OpenSCAD +SUBDIRS=Points Complete Draft Test TemplatePyMod Web Start Idf #if HAVE_OPENCV SUBDIRS += Image @@ -10,7 +10,7 @@ SUBDIRS += Mesh #endif if HAVE_OPENCASCADE -SUBDIRS += Part Import PartDesign Raytracing Drawing +SUBDIRS += Part Import PartDesign Raytracing Drawing Arch Surfaces Ship OpenSCAD endif if HAVE_EIGEN3