Skip to content

Commit

Permalink
OMNotebook does not depend on CORBA
Browse files Browse the repository at this point in the history
  • Loading branch information
hkiel authored and OpenModelica-Hudson committed Sep 21, 2017
1 parent b3a30fa commit a082eda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Expand Up @@ -64,10 +64,10 @@ fi
m4_include([common/m4/corba.m4])
AC_SUBST(ALL_TARGETS)
if test ! -z "$USE_CORBA"; then
CORBA_TARGETS="OMNotebook-omnotebook OMOptim-omoptim OMShell-omshell"
CORBA_TARGETS="OMOptim-omoptim OMShell-omshell"
fi

for dir_target in OMCompiler-omc OMPlot-omplot OMEdit-omedit $CORBA_TARGETS; do
for dir_target in OMCompiler-omc OMPlot-omplot OMEdit-omedit OMNotebook-omnotebook $CORBA_TARGETS; do
dir=`echo $dir_target | cut -d- -f1`
if test ! -f "$dir/configure.ac"; then
AC_MSG_NOTICE("Subproject $dir does not exist")
Expand All @@ -85,9 +85,9 @@ if test -f testsuite/Makefile; then
fi


AC_CONFIG_SUBDIRS([OMCompiler OMPlot OMEdit])
AC_CONFIG_SUBDIRS([OMCompiler OMPlot OMEdit OMNotebook])
if test ! -z "$USE_CORBA"; then
AC_CONFIG_SUBDIRS([OMShell OMNotebook OMOptim])
AC_CONFIG_SUBDIRS([OMShell OMOptim])
fi

AC_OUTPUT(Makefile)

0 comments on commit a082eda

Please sign in to comment.