From: Valery Yatsko Date: Tue, 1 Apr 2008 22:18:44 +0000 (+0400) Subject: Removing libcharybdis references. X-Git-Tag: charybdis-3.0.0-beta1~251 X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/commitdiff_plain/2393f503a6ca2a3f0f65b75008d2856ddba93a14?hp=527ec9116af5dc8e75f02351f5ea3e34423a1f70 Removing libcharybdis references. --- diff --git a/Makefile.in b/Makefile.in index 3104bf4..7714844 100644 --- a/Makefile.in +++ b/Makefile.in @@ -46,7 +46,7 @@ CFLAGS = @CFLAGS@ # the system one. #CFLAGS= -DNDEBUG -g -O2 -D"FD_SETSIZE=1024" SHELL=/bin/sh -SUBDIRS=libratbox modules extensions libcharybdis src tools servlink doc help +SUBDIRS=libratbox modules extensions src tools servlink doc help CLEANDIRS = ${SUBDIRS} RSA_FILES=rsa_respond/README rsa_respond/respond.c rsa_respond/Makefile diff --git a/extensions/Makefile.in b/extensions/Makefile.in index 7051ba8..9005d95 100644 --- a/extensions/Makefile.in +++ b/extensions/Makefile.in @@ -23,7 +23,7 @@ SSL_INCLUDES = @SSL_INCLUDES@ IRCDLIBS = @LIBS@ $(SSL_LIBS) -INCLUDES = -I. -I../include -I../libcharybdis -I../libratbox/include $(SSL_INCLUDES) +INCLUDES = -I. -I../include -I../libratbox/include $(SSL_INCLUDES) CPPFLAGS = ${INCLUDES} @CPPFLAGS@ SRCS = \ diff --git a/modules/Makefile.in b/modules/Makefile.in index 5d840d7..ceb027a 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -32,7 +32,7 @@ moduledir = @moduledir@ # Change this later! -- adrian automoduledir = @moduledir@/autoload -INCLUDES = -I../include -I../libcharybdis -I../libratbox/include $(SSL_INCLUDES) +INCLUDES = -I../include -I../libratbox/include $(SSL_INCLUDES) CPPFLAGS = ${INCLUDES} @CPPFLAGS@ CORE_SRCS = \ diff --git a/src/Makefile.in b/src/Makefile.in index 9982305..044e856 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -33,9 +33,9 @@ PROGS = $(IRCD_EXE) SSL_LIBS = @SSL_LIBS@ SSL_INCLUDES = @SSL_INCLUDES@ -IRCDLIBS = @MODULES_LIBS@ -L../libcharybdis -lcharybdis -L../libratbox/src/.libs -lratbox @LIBS@ $(SSL_LIBS) +IRCDLIBS = @MODULES_LIBS@ -L../libratbox/src/.libs -lratbox @LIBS@ $(SSL_LIBS) -INCLUDES = -I../include -I../libcharybdis -I../libratbox/include $(SSL_INCLUDES) +INCLUDES = -I../include -I../libratbox/include $(SSL_INCLUDES) CPPFLAGS = ${INCLUDES} @CPPFLAGS@ default: all