WIP: fixed build

This commit is contained in:
Matthias Koefferlein 2018-06-17 19:09:54 +02:00
parent 750c85fecb
commit 741e9d73e3
3 changed files with 0 additions and 5 deletions

View File

@ -39,7 +39,6 @@
#include "version.h"
// required to force linking of the "ext" and "lib" module
#include "extForceLink.h"
#include "libForceLink.h"
#include "antForceLink.h"
#include "imgForceLink.h"

View File

@ -25,9 +25,6 @@
// to force linking of the lay module
#include "../../lay/lay/layForceLink.h"
// to force linking of the ext module
#include "../../ext/ext/extForceLink.h"
// NOTE: img, ant, edt and rdb don't need to be force-linked
// as they are hard-linked by lay

View File

@ -50,7 +50,6 @@
#endif
// required to force linking of the "ext", "lib" and "drc" module
#include "extForceLink.h"
#include "libForceLink.h"
#if defined(HAVE_RUBY)
#include "drcForceLink.h"