Merge pull request #1 from ElvishArtisan/master

2018-09-17 Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Deltec Enterprises 2018-09-18 08:24:14 -07:00 committed by GitHub
commit 368379a823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View File

@ -17637,4 +17637,5 @@
2018-09-11 Todd Baker <bakert@rfa.org>
* 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 <fredg@paravelsystems.com>
* Fixed a bug that broke the build.

View File

@ -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\

View File

@ -22,7 +22,7 @@
#define RDNOWNEXT_H
#include <rdlog_line.h>
#include "../rlm/rlm.h"
#include "../apis/rlm/rlm.h"
void RDResolveNowNext(QString *str,RDLogLine **loglines,int encoding);
QString RDResolveNowNext(const QString &pattern,RDLogLine *ll);

View File

@ -33,7 +33,7 @@
#include <rdlog_line.h>
#include <rdttydevice.h>
#include "../rlm/rlm.h"
#include "../apis/rlm/rlm.h"
class RDRLMHost : public QObject
{