Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
2624ddf2
Commit
2624ddf2
authored
Aug 20, 2003
by
Per Cederqvist
Browse files
(test_l2g_LDADD): libcheck.a must be linked twice.
(get_time_often_LDADD): Ditto.
parent
1fcb4821
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/testsuite/Makefile.am
View file @
2624ddf2
# $Id: Makefile.am,v 1.6
5
2003/08/
16 11:28:54
ceder Exp $
# $Id: Makefile.am,v 1.6
6
2003/08/
20 07:38:23
ceder Exp $
# Copyright (C) 1998-2002 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -71,6 +71,7 @@ test_l2g_SOURCES = test-l2g.c
test_l2g_LDADD
=
../libcheck.a
\
../../libraries/libmisc/libmisc.a
\
../../libraries/libcommon/liblyskom-server.a
\
../libcheck.a
\
../../libraries/libansi/libansi.a
...
...
@@ -92,7 +93,8 @@ get_time_often_LDADD = \
../../libraries/libisc-new/src/libisc.a
\
../../libraries/liboop/liboop.a
\
../../libraries/adns/src/libadns.a
\
../../libraries/libmisc/libmisc.a
../../libraries/libmisc/libmisc.a
\
../libcheck.a
../libcheck.a
:
(
cd
..
&&
$(MAKE)
libcheck.a
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment