search for: f40464e

Displaying 1 result from an estimated 1 matches for "f40464e".

Did you mean: 640464
2012 Apr 07
1
[PATCH 2/2] Update and improve autotools build
...@ - -INCLUDES = -I$(top_srcdir)/src +AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src if FLaC__INSTALL_XMMS_PLUGIN_LOCALLY xmmsinputplugindir = $(HOME)/.xmms/Plugins else diff --git a/src/share/getopt/Makefile.am b/src/share/getopt/Makefile.am index f40464e..70ea506 100644 --- a/src/share/getopt/Makefile.am +++ b/src/share/getopt/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign -INCLUDES = -I$(top_srcdir)/include/share +AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -I$(top_srcdir)/include/share noinst_LIBRAR...