diff options
author | Francois Andriot <albator78@libertysurf.fr> | 2013-08-13 17:44:08 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-08-13 17:44:08 -0500 |
commit | 71c6fa0732781b1f3f5fda9e2154384644197ea5 (patch) | |
tree | 99ed96660bc619a9e2fd46a22130ebe6318adb43 /k9devices | |
parent | b375ac5d2df53aaf5600538d9072a11a68ce1b19 (diff) | |
download | k9copy-71c6fa0732781b1f3f5fda9e2154384644197ea5.tar.gz k9copy-71c6fa0732781b1f3f5fda9e2154384644197ea5.zip |
Use system dvdread headers
This resolves Bug 1608
Diffstat (limited to 'k9devices')
-rw-r--r-- | k9devices/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k9devices/Makefile.am b/k9devices/Makefile.am index a20f2d6..9156ef7 100644 --- a/k9devices/Makefile.am +++ b/k9devices/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/dvdread -I$(top_srcdir)/libk9copy $(DBUS_INCS) \ +INCLUDES = -I/usr/include/dvdread -I$(top_srcdir)/libk9copy $(DBUS_INCS) \ $(HAL_INCS) $(K3B_INCS) -I$(includedir) $(all_includes) METASOURCES = AUTO libk9devices_la_LDFLAGS = $(all_libraries) |