Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/src/commit/8faa08e52c8acf3297975d24aabb16334e07f390/thirdparty/openssl/openssl-1.0.0d/demos/tunala/Makefile.am
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
# Our includes come from the OpenSSL build-tree we're in
|
|
INCLUDES = -I$(top_builddir)/../../include
|
|
|
|
bin_PROGRAMS = tunala
|
|
|
|
tunala_SOURCES = tunala.c buffer.c cb.c ip.c sm.c breakage.c
|
|
tunala_LDADD = -L$(top_builddir)/../.. -lssl -lcrypto
|
|
|