From cdca805ed53093ecbd74601c074244ed54325860 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Mon, 17 Sep 2018 15:08:18 +0000 Subject: [PATCH] 2018-09-17 Fred Gleason * Fixed a bug that broke the build. --- ChangeLog | 3 ++- apis/rlm/Makefile.am | 2 +- lib/rdnownext.h | 2 +- lib/rdrlmhost.h | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b95ed483..c471d992 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17637,4 +17637,5 @@ 2018-09-11 Todd Baker * Updated docs/rivwebcapi/rd_listgroups.xml to explicitly explain that rd_listgroups shows all groups that the requesting user belongs to. - +2018-09-17 Fred Gleason + * Fixed a bug that broke the build. diff --git a/apis/rlm/Makefile.am b/apis/rlm/Makefile.am index b6975ecf..12d0aba9 100644 --- a/apis/rlm/Makefile.am +++ b/apis/rlm/Makefile.am @@ -19,7 +19,7 @@ ## ## Use automake to process this into a Makefile.in -AM_CFLAGS = -fPIC -Wall +AM_CFLAGS = -fPIC -Wall -I../ RLM_MODULES=rlm_ando.rlm\ rlm_facebook.rlm\ diff --git a/lib/rdnownext.h b/lib/rdnownext.h index 281b8ffd..7afd64b2 100644 --- a/lib/rdnownext.h +++ b/lib/rdnownext.h @@ -22,7 +22,7 @@ #define RDNOWNEXT_H #include -#include "../rlm/rlm.h" +#include "../apis/rlm/rlm.h" void RDResolveNowNext(QString *str,RDLogLine **loglines,int encoding); QString RDResolveNowNext(const QString &pattern,RDLogLine *ll); diff --git a/lib/rdrlmhost.h b/lib/rdrlmhost.h index c5e1d02f..64664f43 100644 --- a/lib/rdrlmhost.h +++ b/lib/rdrlmhost.h @@ -33,7 +33,7 @@ #include #include -#include "../rlm/rlm.h" +#include "../apis/rlm/rlm.h" class RDRLMHost : public QObject {