summaryrefslogtreecommitdiffstats
path: root/k9devices
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2023-08-06 01:07:46 +0200
committerSlávek Banko <[email protected]>2023-08-06 09:15:44 +0200
commit9f7c0362e26f62dc81769ab55a89e32c3c9a268d (patch)
treef02b303eedd1bf03d65de9f5d014c2c75d8af557 /k9devices
parent553df4a4357da7e17f21211201354c2006e76250 (diff)
downloadk9copy-9f7c0362e26f62dc81769ab55a89e32c3c9a268d.tar.gz
k9copy-9f7c0362e26f62dc81769ab55a89e32c3c9a268d.zip
Fix incorrect use of dvdread includes.
It seems that the library has been designed for use includes in the form "#include <dvdread/...>" while we used includes without the "dvdread/" prefix. This caused that instead of using the standard path detected from pkg-config, the expected path had to be added to to -I flag. Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'k9devices')
-rw-r--r--k9devices/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/k9devices/Makefile.am b/k9devices/Makefile.am
index 1a7e663..59de2d4 100644
--- a/k9devices/Makefile.am
+++ b/k9devices/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I/usr/include/dvdread -I$(top_srcdir)/libk9copy $(K3B_INCS) -I$(includedir) $(all_includes)
+INCLUDES = -I$(top_srcdir)/libk9copy $(K3B_INCS) -I$(includedir) $(all_includes)
METASOURCES = AUTO
libk9devices_la_LDFLAGS = $(all_libraries)
noinst_LTLIBRARIES = libk9devices.la