mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
lib: fix compile after include change.
Origin commit data
------------------
Branch: ni/coolstream
Commit: b04b3f270a
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2012-03-04 (Sun, 04 Mar 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir)/src/zapit/include \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/src
|
-I$(top_srcdir)/src \
|
||||||
|
-I$(top_srcdir)/src/zapit/include
|
||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
||||||
|
@@ -5,5 +5,7 @@ noinst_LIBRARIES = libtuxbox-md5sum.a
|
|||||||
|
|
||||||
AM_CPPFLAGS =
|
AM_CPPFLAGS =
|
||||||
|
|
||||||
|
INCLUDES = \
|
||||||
|
-I$(top_srcdir)
|
||||||
|
|
||||||
libtuxbox_md5sum_a_SOURCES = libmd5sum.c md5.c
|
libtuxbox_md5sum_a_SOURCES = libmd5sum.c md5.c
|
||||||
|
@@ -1,16 +1,15 @@
|
|||||||
#include "libmd5sum.h"
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <error.h>
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
# include <config.h>
|
# include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <sys/types.h>
|
||||||
#include "md5.h"
|
#include <error.h>
|
||||||
#include "getline.h"
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include "libmd5sum.h"
|
||||||
|
#include "md5.h"
|
||||||
|
#include "getline.h"
|
||||||
|
|
||||||
#define STREQ(a, b) (strcmp ((a), (b)) == 0)
|
#define STREQ(a, b) (strcmp ((a), (b)) == 0)
|
||||||
|
|
||||||
static int have_read_stdin;
|
static int have_read_stdin;
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir)/src/zapit/include \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
|
-I$(top_srcdir)/src/zapit/include \
|
||||||
$(FREETYPE_CFLAGS)
|
$(FREETYPE_CFLAGS)
|
||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
|
@@ -1,4 +1,6 @@
|
|||||||
INCLUDES = -I$(srcdir)/xmltok
|
INCLUDES = \
|
||||||
|
-I$(top_srcdir) \
|
||||||
|
-I$(srcdir)\xmltok
|
||||||
|
|
||||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
|
@@ -40,7 +40,7 @@
|
|||||||
#include <libxml/parser.h>
|
#include <libxml/parser.h>
|
||||||
#include <libxml/parserInternals.h>
|
#include <libxml/parserInternals.h>
|
||||||
#else /* USE_LIBXML */
|
#else /* USE_LIBXML */
|
||||||
#include <xmltok.h>
|
#include "xmltok.h"
|
||||||
#endif /* USE_LIBXML */
|
#endif /* USE_LIBXML */
|
||||||
|
|
||||||
|
|
||||||
|
@@ -33,7 +33,7 @@
|
|||||||
#define __xmlinterface_h__
|
#define __xmlinterface_h__
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
Reference in New Issue
Block a user