diff --git a/src/server/Makefile b/src/server/Makefile index 3604a98b4b8ae0ffa6e8d4312a55a6a4056c3e23..36c636d32f1747f92e5cb426a25c51da3d554837 100755 --- a/src/server/Makefile +++ b/src/server/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 0.18 1991/10/29 04:59:57 ceder Exp $ +# $Id: Makefile,v 0.19 1991/11/10 18:18:05 linus Exp $ # Copyright (C) 1991 Lysator Academic Computer Association. # # This file is part of the LysKOM server. @@ -22,7 +22,7 @@ # # Please mail bug reports to bug-lyskom@lysator.liu.se. # -# $Id: Makefile,v 0.18 1991/10/29 04:59:57 ceder Exp $ +# $Id: Makefile,v 0.19 1991/11/10 18:18:05 linus Exp $ include Topdir.make SCRIPTDIR = $(TOPDIR)/scripts @@ -161,7 +161,8 @@ specials: $(SPECIALS) tags: $(RM) TAGS - etags -t $(INCLUDEDIR)/*.h *.[hc] $(TOPDIR)/src/libraries/lib*/*.[hc] + etags -t $(INCLUDEDIR)/*.h *.h $(TOPDIR)/src/libraries/lib*/*.h \ + *.c $(TOPDIR)/src/libraries/lib*/*.c include $(SCRIPTDIR)/Parallell-depend.make