From ef4e247dd17502b5c1294c0146218961081eb637 Mon Sep 17 00:00:00 2001 From: barate Date: Wed, 20 May 2009 08:38:53 +0000 Subject: [PATCH] Fixed --with-onlylauncher mode (by adding libSALOMEBasics when compiling in this mode) --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 52b42f6c2..32cf716f6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -101,7 +101,7 @@ DIST_SUBDIRS = \ # if WITHONLYLAUNCHER - SUBDIRS = Batch Batch_SWIG ResourcesManager Launcher + SUBDIRS = Basics Batch Batch_SWIG ResourcesManager Launcher else SUBDIRS = $(SUBDIR_BASE) -- 2.39.2