diff options
author | DukePyrolator <DukePyrolator@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-06-29 05:20:00 +0000 |
---|---|---|
committer | DukePyrolator <DukePyrolator@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-06-29 05:20:00 +0000 |
commit | 670f87a22aa5228c0bf56c66eaa2bedce5854f74 (patch) | |
tree | 912ab067cbe675c780115600001fe044863c5dfb /src | |
parent | 15687a7c9eb882edc151870a4f27ac1e8dfd61ce (diff) |
removed include/encrypt.h from the Makefiles
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2343 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |