mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 22:41:12 +01:00
Removing libcharybdis references.
This commit is contained in:
parent
734d420e14
commit
f24a7dfbaf
4 changed files with 5 additions and 5 deletions
|
@ -46,7 +46,7 @@ CFLAGS = @CFLAGS@
|
||||||
# the system one.
|
# the system one.
|
||||||
#CFLAGS= -DNDEBUG -g -O2 -D"FD_SETSIZE=1024"
|
#CFLAGS= -DNDEBUG -g -O2 -D"FD_SETSIZE=1024"
|
||||||
SHELL=/bin/sh
|
SHELL=/bin/sh
|
||||||
SUBDIRS=libratbox modules extensions libcharybdis src tools servlink doc help
|
SUBDIRS=libratbox modules extensions src tools servlink doc help
|
||||||
CLEANDIRS = ${SUBDIRS}
|
CLEANDIRS = ${SUBDIRS}
|
||||||
RSA_FILES=rsa_respond/README rsa_respond/respond.c rsa_respond/Makefile
|
RSA_FILES=rsa_respond/README rsa_respond/respond.c rsa_respond/Makefile
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ SSL_INCLUDES = @SSL_INCLUDES@
|
||||||
|
|
||||||
IRCDLIBS = @LIBS@ $(SSL_LIBS)
|
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@
|
CPPFLAGS = ${INCLUDES} @CPPFLAGS@
|
||||||
|
|
||||||
SRCS = \
|
SRCS = \
|
||||||
|
|
|
@ -32,7 +32,7 @@ moduledir = @moduledir@
|
||||||
# Change this later! -- adrian
|
# Change this later! -- adrian
|
||||||
automoduledir = @moduledir@/autoload
|
automoduledir = @moduledir@/autoload
|
||||||
|
|
||||||
INCLUDES = -I../include -I../libcharybdis -I../libratbox/include $(SSL_INCLUDES)
|
INCLUDES = -I../include -I../libratbox/include $(SSL_INCLUDES)
|
||||||
CPPFLAGS = ${INCLUDES} @CPPFLAGS@
|
CPPFLAGS = ${INCLUDES} @CPPFLAGS@
|
||||||
|
|
||||||
CORE_SRCS = \
|
CORE_SRCS = \
|
||||||
|
|
|
@ -33,9 +33,9 @@ PROGS = $(IRCD_EXE)
|
||||||
SSL_LIBS = @SSL_LIBS@
|
SSL_LIBS = @SSL_LIBS@
|
||||||
SSL_INCLUDES = @SSL_INCLUDES@
|
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@
|
CPPFLAGS = ${INCLUDES} @CPPFLAGS@
|
||||||
|
|
||||||
default: all
|
default: all
|
||||||
|
|
Loading…
Reference in a new issue