search for: 8e315e4

Displaying 2 results from an estimated 2 matches for "8e315e4".

Did you mean: 8.315e
2012 Apr 07
1
[PATCH 2/2] Update and improve autotools build
...Place - Suite 330, Boston, MA 02111-1307, USA. -INCLUDES = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include noinst_LTLIBRARIES = libtest_libs_common.la diff --git a/src/test_seeking/Makefile.am b/src/test_seeking/Makefile.am index 8be7579..8e315e4 100644 --- a/src/test_seeking/Makefile.am +++ b/src/test_seeking/Makefile.am @@ -22,7 +22,7 @@ EXTRA_DIST = \ AM_CFLAGS = @OGG_CFLAGS@ -INCLUDES = +AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include noinst_PROGRAMS = test_seeking test_seeking_LDADD = \ diff --git a...
2012 Dec 04
0
[PATCH] Update FSF address.
...u should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ /* diff --git a/src/test_seeking/Makefile.am b/src/test_seeking/Makefile.am index 8e315e4..23f2c6c 100644 --- a/src/test_seeking/Makefile.am +++ b/src/test_seeking/Makefile.am @@ -11,9 +11,9 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# alo...