Skip to content
GitLab
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
052068d0
Commit
052068d0
authored
Aug 09, 1998
by
Per Cederqvist
Browse files
Removed references to gnumalloc.
parent
1cd1cd03
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/server/Makefile.am
View file @
052068d0
# $Id: Makefile.am,v 1.
7
1998/08/0
7 23:30:33
ceder Exp $
# $Id: Makefile.am,v 1.
8
1998/08/0
9 11:28:47
ceder Exp $
# Copyright (C) 1998 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -180,7 +180,6 @@ version-info.c: $(top_srcdir)/versions
echo dir
$(top_srcdir)
/src/libraries/libansi
>>
.gdbinit
echo dir
$(top_srcdir)
/src/libraries/libisc-new
>>
.gdbinit
echo dir
$(top_srcdir)
/src/libraries/libmisc
>>
.gdbinit
echo dir
$(top_srcdir)
/src/libraries/gnumalloc
>>
.gdbinit
# Make sure these gets recompiled if $(prefix) changes.
server-config.o
:
Makefile
...
...
src/server/testsuite/Makefile.am
View file @
052068d0
# $Id: Makefile.am,v 1.
5
1998/08/0
7 23:29:26
ceder Exp $
# $Id: Makefile.am,v 1.
6
1998/08/0
9 11:28:51
ceder Exp $
# Copyright (C) 1998 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -53,18 +53,11 @@ INCLUDES = -DSERVER \
-I
$(srcdir)
/../../libraries/regex
\
-I
$(srcdir)
/../../libraries/libcommon
if
USING_GNU_MALLOC
MALLOCLIB
=
../../libraries/gnumalloc/libgmalloc.a
else
MALLOCLIB
=
endif
LDADD
=
../../libraries/libisc-new/src/libisc.a
\
../../libraries/libmisc/libmisc.a
\
../../libraries/libcommon/liblyskom-server.a
\
../../libraries/regex/libregex.a
\
../../libraries/libansi/libansi.a
\
$(MALLOCLIB)
../../libraries/libansi/libansi.a
top_srcdir
=
@top_srcdir@
...
...
@@ -74,7 +67,6 @@ top_srcdir = @top_srcdir@
echo dir
$(top_srcdir)
/src/libraries/libansi
>>
.gdbinit
echo dir
$(top_srcdir)
/src/libraries/libisc-new
>>
.gdbinit
echo dir
$(top_srcdir)
/src/libraries/libmisc
>>
.gdbinit
echo dir
$(top_srcdir)
/src/libraries/gnumalloc
>>
.gdbinit
check
:
l2g_check lyskomd_check
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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