Skip to content

Commit

Permalink
fixed includes. much less dependencies
Browse files Browse the repository at this point in the history
git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/MbtServer@18748 12f355fe-0486-481a-ad91-c297ab22b4e3
  • Loading branch information
kosloot committed Oct 14, 2015
1 parent c41f328 commit 92c393f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
14 changes: 0 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@ before_install:
- make
- sudo make install
- cd ..
- git clone https://github.com/proycon/timbl
- cd timbl
- bash bootstrap.sh
- ./configure
- make
- sudo make install
- cd ..
- git clone https://github.com/proycon/timblserver
- cd timblserver
- bash bootstrap.sh
- ./configure
- make
- sudo make install
- cd ..
- git clone https://github.com/proycon/mbt
- cd mbt
- bash bootstrap.sh
Expand Down
10 changes: 0 additions & 10 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,6 @@ PKG_CHECK_MODULES([timbl], [timbl >= 6.4.4] )
CXXFLAGS="$CXXFLAGS $timbl_CFLAGS"
LIBS="$LIBS $timbl_LIBS"

AC_ARG_WITH(timblserver,
[ --with-timblserver=DIR use timblserver installed in <DIR>;
note that you can install timbl in a non-default directory with
./configure --prefix=<DIR> in the timbl installation directory],
[PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$withval/lib/pkgconfig"])
# AC_MSG_NOTICE( [pkg-config search path: $PKG_CONFIG_PATH] )
PKG_CHECK_MODULES([timblserver], [timblserver >= 1.10] )
CXXFLAGS="$CXXFLAGS $timblserver_CFLAGS"
LIBS="$LIBS $timblserver_LIBS"

AC_ARG_WITH(mbt,
[ --with-mbt=DIR use mbt installed in <DIR>;
note that you can install mbt in a non-default directory with
Expand Down
4 changes: 2 additions & 2 deletions include/mbtserver/MbtServerBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
#define MBTSERVER_H

#include "mbt/MbtAPI.h"
#include "timblserver/FdStream.h"
#include "timblserver/ServerBase.h"
#include "ticcutils/FdStream.h"
#include "ticcutils/ServerBase.h"

namespace MbtServer {
using namespace TimblServer;
Expand Down

0 comments on commit 92c393f

Please sign in to comment.