From 720d28940c678bf23ecc7d1cab7918cce0cf2c93 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 5 Apr 2019 19:25:02 +0200 Subject: [PATCH] Made GNU xorriso ready for building out-of-source. Thanks Ross Burton. --- xorriso/xorriso_makefile_am.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xorriso/xorriso_makefile_am.txt b/xorriso/xorriso_makefile_am.txt index 5a54b8c8..b3d753cf 100644 --- a/xorriso/xorriso_makefile_am.txt +++ b/xorriso/xorriso_makefile_am.txt @@ -1,5 +1,5 @@ -# Copyright (c) 2007 - 2012 Thomas Schmitt +# Copyright (c) 2007 - 2019 Thomas Schmitt # Provided under GPL version 2 or later. # ts A90315 : LIBBURNIA_PKGCONFDIR is defined OS specific in acinclude.m4 @@ -242,14 +242,14 @@ noinst_PROGRAMS = \ # To compare tree /media/dvd and /original/dir : # find /media/dvd -exec test/compare_file '{}' /media/dvd /original/dir ';' # -test_compare_file_CPPFLAGS = +test_compare_file_CPPFLAGS = -I $(top_builddir)/xorriso test_compare_file_CFLAGS = test_compare_file_LDADD = test_compare_file_SOURCES = test/compare_file.c # Specialized converter from xorriso/xorriso.texi to xorriso/xorriso.1 # -xorriso_make_xorriso_1_CPPFLAGS = +xorriso_make_xorriso_1_CPPFLAGS = -I $(top_builddir)/xorriso xorriso_make_xorriso_1_CFLAGS = xorriso_make_xorriso_1_LDADD = xorriso_make_xorriso_1_SOURCES = xorriso/make_xorriso_1.c