Skip to content
Snippets Groups Projects
Commit ec7017d8 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(.gdbinit): Added liboop.

parent 996d0fd4
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile.am,v 1.50 2003/07/12 00:16:42 ceder Exp $ # $Id: Makefile.am,v 1.51 2003/07/12 13:38:18 ceder Exp $
# Copyright (C) 1998-1999, 2001-2002 Lysator Academic Computer Association. # Copyright (C) 1998-1999, 2001-2002 Lysator Academic Computer Association.
# #
# This file is part of the LysKOM server. # This file is part of the LysKOM server.
...@@ -224,12 +224,13 @@ aux.h: $(top_srcdir)/run-support/aux-items.conf Makefile ...@@ -224,12 +224,13 @@ aux.h: $(top_srcdir)/run-support/aux-items.conf Makefile
mv -f $@.tmp $@ mv -f $@.tmp $@
.gdbinit: .gdbinit: Makefile
$(RM) -f .gdbinit $(RM) -f .gdbinit
echo handle 13 nostop noprint >.gdbinit echo handle 13 nostop noprint >.gdbinit
echo dir $(top_srcdir)/src/libraries/libcommon >>.gdbinit echo dir $(top_srcdir)/src/libraries/libcommon >>.gdbinit
echo dir $(top_srcdir)/src/libraries/libansi >>.gdbinit echo dir $(top_srcdir)/src/libraries/libansi >>.gdbinit
echo dir $(top_srcdir)/src/libraries/libisc-new >>.gdbinit echo dir $(top_srcdir)/src/libraries/libisc-new >>.gdbinit
echo dir $(top_srcdir)/src/libraries/liboop >>.gdbinit
echo dir $(top_srcdir)/src/libraries/libmisc >>.gdbinit echo dir $(top_srcdir)/src/libraries/libmisc >>.gdbinit
check-lyskomd: libcheck.a lyskomd dbck check-lyskomd: libcheck.a lyskomd dbck
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment