1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 10:46:38 +02:00

removed include/encrypt.h from the Makefiles

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2343 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
DukePyrolator
2009-06-29 05:20:00 +00:00
parent 15687a7c9e
commit 670f87a22a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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