From 670f87a22aa5228c0bf56c66eaa2bedce5854f74 Mon Sep 17 00:00:00 2001 From: DukePyrolator Date: Mon, 29 Jun 2009 05:20:00 +0000 Subject: [PATCH] removed include/encrypt.h from the Makefiles git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2343 5417fbe8-f217-4b02-8779-1006273d7864 --- include/Makefile | 2 +- src/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Makefile b/include/Makefile index 50efb6646..13c5b8b2c 100644 --- a/include/Makefile +++ b/include/Makefile @@ -10,7 +10,7 @@ services.h: sysconf.h config.h extern.h extern.h: slist.h touch $@ -pseudo.h: commands.h timers.h encrypt.h datafiles.h slist.h +pseudo.h: commands.h timers.h datafiles.h slist.h touch $@ clean: diff --git a/src/Makefile b/src/Makefile index 6f2944b90..9ea6e502b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -6,7 +6,7 @@ OBJS = actions.o base64.o bots.o botserv.o channels.o chanserv.o command.o comm INCLUDES = ../include/commands.h ../include/defs.h ../include/language.h \ ../include/pseudo.h ../include/sysconf.h ../include/config.h \ - ../include/encrypt.h ../include/messages.h ../include/services.h \ + ../include/messages.h ../include/services.h \ ../include/timers.h ../include/datafiles.h ../include/extern.h \ ../include/modules.h ../include/slist.h ../include/hashcomp.h