Skip to content

Commit

Permalink
Moved -lcrypto and -lssl to CORBALIB
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1187 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
levsa committed Jun 16, 2004
1 parent 87ab47e commit e25c74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modeq/Makefile.in
Expand Up @@ -25,14 +25,14 @@ CORBAHOME = @CORBAHOME@

ifdef USE_CORBA
CORBAOBJ = runtime/corbaimpl.o runtime/modeq_communication_impl.o runtime/modeq_communication.o
CORBALIB = -L$(CORBAHOME)/lib -lmico
CORBALIB = -L$(CORBAHOME)/lib -lmico -lcrypto -lssl
else
CORBAOBJ = runtime/corbaimpl_stub.o
CORBALIB =
endif

LDFLAGS = -L$(RMLHOME)/lib/plain $(ANTLR_LIBP) -lrml -lm -lantlr $(LIBSOCKET) \
-lssl $(CORBALIB) -lm -lpthread
$(CORBALIB) -lm -lpthread

PROG = modeq
AST = absyn_builder/absyn_builder.a
Expand Down

0 comments on commit e25c74c

Please sign in to comment.