Fix build errors with autotools

This commit is contained in:
wmayer
2012-09-07 23:05:52 +02:00
parent 9516653d9a
commit d421fac3b8
3 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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 \

View File

@@ -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