mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
link against libratbox...
This commit is contained in:
parent
0620a364a3
commit
ecc31a989c
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@ PROGS = $(IRCD_EXE)
|
|||
SSL_LIBS = @SSL_LIBS@
|
||||
SSL_INCLUDES = @SSL_INCLUDES@
|
||||
|
||||
IRCDLIBS = @MODULES_LIBS@ -L../libcharybdis -lcharybdis @LIBS@ $(SSL_LIBS)
|
||||
IRCDLIBS = @MODULES_LIBS@ -L../libcharybdis -lcharybdis -L../libratbox/src/.libs -lratbox @LIBS@ $(SSL_LIBS)
|
||||
|
||||
INCLUDES = -I../include -I../libcharybdis $(SSL_INCLUDES)
|
||||
INCLUDES = -I../include -I../libcharybdis -I../libratbox/include $(SSL_INCLUDES)
|
||||
CPPFLAGS = ${INCLUDES} @CPPFLAGS@
|
||||
|
||||
default: all
|
||||
|
|
Loading…
Reference in a new issue