mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
src: fix compile after include change.
This commit is contained in:
@@ -3,6 +3,8 @@ AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
|||||||
SUBDIRS = zapit gui daemonc driver system sectionsd timerd nhttpd
|
SUBDIRS = zapit gui daemonc driver system sectionsd timerd nhttpd
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
|
-I$(srcdir) \
|
||||||
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/daemons \
|
-I$(top_srcdir)/daemons \
|
||||||
-I$(top_srcdir)/lib \
|
-I$(top_srcdir)/lib \
|
||||||
-I$(top_srcdir)/src/zapit/include \
|
-I$(top_srcdir)/src/zapit/include \
|
||||||
|
24
src/global.h
24
src/global.h
@@ -40,25 +40,25 @@
|
|||||||
#include <sectionsdclient/sectionsdclient.h>
|
#include <sectionsdclient/sectionsdclient.h>
|
||||||
#include <timerdclient/timerdclient.h>
|
#include <timerdclient/timerdclient.h>
|
||||||
|
|
||||||
#include "driver/fontrenderer.h"
|
#include <driver/fontrenderer.h>
|
||||||
#include "driver/rcinput.h"
|
#include <driver/rcinput.h>
|
||||||
#include "driver/radiotext.h"
|
#include <driver/radiotext.h>
|
||||||
#if HAVE_COOL_HARDWARE
|
#if HAVE_COOL_HARDWARE
|
||||||
#include "driver/vfd.h"
|
#include <driver/vfd.h>
|
||||||
#include "driver/rfmod.h"
|
#include <driver/rfmod.h>
|
||||||
#endif
|
#endif
|
||||||
#if HAVE_TRIPLEDRAGON
|
#if HAVE_TRIPLEDRAGON
|
||||||
#include "driver/lcdd.h"
|
#include <driver/lcdd.h>
|
||||||
#define CVFD CLCD
|
#define CVFD CLCD
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "system/localize.h"
|
#include <system/localize.h>
|
||||||
#include "system/settings.h"
|
#include <system/settings.h>
|
||||||
|
|
||||||
#include "gui/epgview.h"
|
#include <gui/epgview.h>
|
||||||
#include "gui/infoviewer.h"
|
#include <gui/infoviewer.h>
|
||||||
#include "gui/eventlist.h"
|
#include <gui/eventlist.h>
|
||||||
#include "gui/videosettings.h"
|
#include <gui/videosettings.h>
|
||||||
|
|
||||||
|
|
||||||
#ifndef NEUTRINO_CPP
|
#ifndef NEUTRINO_CPP
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/lib \
|
-I$(top_srcdir)/lib \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-I$(top_srcdir)/src/zapit/include \
|
-I$(top_srcdir)/src/zapit/include \
|
||||||
|
Reference in New Issue
Block a user