From f6dbb7a8b95a2f43fc41212750396f656151fadb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Luis=20Cerc=C3=B3s=20pita?= Date: Fri, 30 Dec 2011 12:26:16 +0100 Subject: [PATCH] Included Ship design module into autotools installer --- configure.ac | 5 +++++ src/Mod/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c0b29909d..5e9f8e95d 100644 --- a/configure.ac +++ b/configure.ac @@ -1034,6 +1034,11 @@ src/Mod/Surfaces/surfConvert/Makefile src/Mod/Surfaces/surfISOCurve/Makefile src/Mod/Surfaces/surfSlice/Makefile src/Mod/Surfaces/surfUtils/Makefile +src/Mod/Ship/Makefile +src/Mod/Ship/Icons/Makefile +src/Mod/Ship/shipCreateShip/Makefile +src/Mod/Ship/shipOutlineDraw/Makefile +src/Mod/Ship/shipUtils/Makefile src/Tools/Makefile src/Tools/_TEMPLATE_/Makefile src/Tools/_TEMPLATE_/App/Makefile diff --git a/src/Mod/Makefile.am b/src/Mod/Makefile.am index d82e72289..7fe7c3973 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 +SUBDIRS=Points Complete Draft Test TemplatePyMod Web Start Idf Arch Surfaces Ship #if HAVE_OPENCV SUBDIRS += Image