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

HDRS: isc.h has been known as isc-interface.h for over a month!

tags: should not depend on anything.
parent 16c119b6
No related branches found
No related tags found
No related merge requests found
Tue Oct 29 03:52:34 1991 Per Cederqvist (ceder at robert) Tue Oct 29 03:52:34 1991 Per Cederqvist (ceder at robert)
* Makefile (tags): tags does not depend on anything now.
* Makefile (HDRS): isc.h should be isc-interface.h. See note from
Sat Sep 21.
* Version is now 1.0.4. * Version is now 1.0.4.
* internal-connections.c (no_of_connection_attempts): Now a global * internal-connections.c (no_of_connection_attempts): Now a global
......
# #
# $Id: Makefile,v 0.17 1991/09/22 08:24:46 ceder Exp $ # $Id: Makefile,v 0.18 1991/10/29 04:59:57 ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association. # Copyright (C) 1991 Lysator Academic Computer Association.
# #
# This file is part of the LysKOM server. # This file is part of the LysKOM server.
...@@ -22,14 +22,14 @@ ...@@ -22,14 +22,14 @@
# #
# Please mail bug reports to bug-lyskom@lysator.liu.se. # Please mail bug reports to bug-lyskom@lysator.liu.se.
# #
# $Id: Makefile,v 0.17 1991/09/22 08:24:46 ceder Exp $ # $Id: Makefile,v 0.18 1991/10/29 04:59:57 ceder Exp $
include Topdir.make include Topdir.make
SCRIPTDIR = $(TOPDIR)/scripts SCRIPTDIR = $(TOPDIR)/scripts
include $(SCRIPTDIR)/import.make include $(SCRIPTDIR)/import.make
HDRS = admin.h isc-parse.h prot-a-output.h async.h isc.h \ HDRS = admin.h isc-parse.h prot-a-output.h async.h isc-interface.h \
prot-a-parse.h cache.h tmp-limits.h prot-a-send-async.h connections.h \ prot-a-parse.h cache.h tmp-limits.h prot-a-send-async.h connections.h \
log.h prot-a.h dbck-cache.h lyskomd.h ram-output.h disk-cache.h \ log.h prot-a.h dbck-cache.h lyskomd.h ram-output.h disk-cache.h \
manipulate.h ram-parse.h end-of-atomic.h memory.h send-async.h exp.h \ manipulate.h ram-parse.h end-of-atomic.h memory.h send-async.h exp.h \
...@@ -159,7 +159,7 @@ distclean: clean ...@@ -159,7 +159,7 @@ distclean: clean
specials: $(SPECIALS) specials: $(SPECIALS)
tags: $(SRCS) $(HDRS) tags:
$(RM) TAGS $(RM) TAGS
etags -t $(INCLUDEDIR)/*.h *.[hc] $(TOPDIR)/src/libraries/lib*/*.[hc] etags -t $(INCLUDEDIR)/*.h *.[hc] $(TOPDIR)/src/libraries/lib*/*.[hc]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment