Skip to content

Commit

Permalink
include server stuff from ticcutils
Browse files Browse the repository at this point in the history
git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/MbtServer@18742 12f355fe-0486-481a-ad91-c297ab22b4e3
  • Loading branch information
kosloot committed Oct 14, 2015
1 parent 8ea808e commit c41f328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ AC_ARG_WITH(ticcutils,
[PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$withval/lib/pkgconfig"],
[PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$prefix/lib/pkgconfig"])
# AC_MSG_NOTICE( [pkg-config search path: $PKG_CONFIG_PATH] )
PKG_CHECK_MODULES([ticcutils], [ticcutils >= 0.4] )
PKG_CHECK_MODULES([ticcutils], [ticcutils >= 0.9] )
CXXFLAGS="$CXXFLAGS $ticcutils_CFLAGS"
LIBS="$LIBS $ticcutils_LIBS"

Expand Down
4 changes: 2 additions & 2 deletions src/MbtServerBase.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
#include <string>
#include <cstdio> // for remove()
#include "config.h"
#include "timblserver/FdStream.h"
#include "timblserver/ServerBase.h"
#include "ticcutils/FdStream.h"
#include "ticcutils/ServerBase.h"
#include "mbt/Logging.h"
#include "mbt/Tagger.h"
#include "mbtserver/MbtServerBase.h"
Expand Down

0 comments on commit c41f328

Please sign in to comment.