Makefile.ams : Drop passing of include/share as an include directory.

Some files needed to be updated to incude "share/xxx.h" instead of
"xxx.h".

Suggested-by: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
Erik de Castro Lopo
2014-06-16 14:23:50 +10:00
parent b4f7528e9a
commit 6c9abe3690
5 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
AUTOMAKE_OPTIONS = subdir-objects
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -I$(top_srcdir)/include/share
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
EXTRA_DIST = \
Makefile.lite \

View File

@@ -102,7 +102,7 @@
#include <stdint.h>
#endif
#include "replaygain_analysis.h"
#include "share/replaygain_analysis.h"
float_t ReplayGainReferenceLoudness = 89.0; /* in dB SPL */

View File

@@ -41,7 +41,7 @@
#include <string.h> /* for memset() */
#include <math.h>
#include "replaygain_synthesis.h"
#include "share/replaygain_synthesis.h"
#include "FLAC/assert.h"
#define FLAC__I64L(x) x##LL

View File

@@ -15,7 +15,7 @@
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -I$(top_srcdir)/include/share
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
noinst_LTLIBRARIES = libutf8.la

View File

@@ -32,7 +32,7 @@
#include "share/alloc.h"
#include "share/safe_str.h"
#include "utf8.h"
#include "share/utf8.h"
#include "charset.h"