Skip to content

Commit

Permalink
- fix builds
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15185 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Feb 15, 2013
1 parent a82b4d5 commit a42a65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimulationRuntime/interactive/Makefile.in
Expand Up @@ -34,12 +34,12 @@ omc_ServiceInterface.o: omi_ServiceInterface.cpp \
libinteractive.a : $(OBJ)
$(AR) -s -r $@ $(OBJ)

SampleClient/interactiveclient : client.cpp socket.h socket.cpp socket_win.cpp socket_unix.cpp thread.h thread.cpp
SampleClient/interactiveclient: client.cpp socket.h socket.cpp socket_win.cpp socket_unix.cpp thread.h thread.cpp
@echo "Building client for interactive simulation ... "
$(CXX) $(CPPFLAGS) -o $@ client.cpp socket.cpp thread.cpp -lpthread

clean:
$(RM) -rf *.o *.a SampleClient/client
$(RM) -rf *.o *.a SampleClient/interactiveclient

Makefile: Makefile.in
cd $(top_builddir); ./config.status

0 comments on commit a42a65a

Please sign in to comment.