move rta support back into core
This commit is contained in:
parent
9e55a34a46
commit
ada9665e53
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ neostats_SOURCES = auth.c bans.c bots.c channels.c commands.c conf.c db.c \
|
|||
rtaserv.c rtabans.c rtachannels.c rtamodules.c rtaservers.c rtausers.c \
|
||||
base64.c
|
||||
AM_CFLAGS = -I$(top_srcdir)/lib/adns -I$(top_srcdir)/lib/keeper \
|
||||
-I$(top_srcdir)/lib/sqlsrv \
|
||||
@PCRE_CFLAGS@ @CURL_CFLAGS@ -DNEOSTATSCORE
|
||||
neostats_LDADD = -ldl $(top_srcdir)/lib/keeper/libkeeper.a \
|
||||
$(top_srcdir)/lib/adns/libadns.la @PCRE_LIBS@ @CURL_LIBS@ @LIBDB@
|
||||
|
|
|
@ -165,6 +165,7 @@ neostats_SOURCES = auth.c bans.c bots.c channels.c commands.c conf.c db.c \
|
|||
base64.c
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir)/lib/adns -I$(top_srcdir)/lib/keeper \
|
||||
-I$(top_srcdir)/lib/sqlsrv \
|
||||
@PCRE_CFLAGS@ @CURL_CFLAGS@ -DNEOSTATSCORE
|
||||
|
||||
neostats_LDADD = -ldl $(top_srcdir)/lib/keeper/libkeeper.a \
|
||||
|
|
Reference in a new issue