mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
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:
@@ -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 \
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "share/alloc.h"
|
||||
#include "share/safe_str.h"
|
||||
#include "utf8.h"
|
||||
#include "share/utf8.h"
|
||||
#include "charset.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user