mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-24 09:28:54 +02:00
Merge pull request #1 from ElvishArtisan/master
2018-09-17 Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
commit
368379a823
@ -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.
|
||||
|
@ -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\
|
||||
|
@ -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);
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include <rdlog_line.h>
|
||||
#include <rdttydevice.h>
|
||||
|
||||
#include "../rlm/rlm.h"
|
||||
#include "../apis/rlm/rlm.h"
|
||||
|
||||
class RDRLMHost : public QObject
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user