From 71c6fa0732781b1f3f5fda9e2154384644197ea5 Mon Sep 17 00:00:00 2001 From: Francois Andriot Date: Tue, 13 Aug 2013 17:44:08 -0500 Subject: Use system dvdread headers This resolves Bug 1608 --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 63660b3..d3c0112 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ # set the include path for X, qt and KDE -INCLUDES = -I$(top_srcdir)/dvdread -I$(top_srcdir)/k9Mplayer \ +INCLUDES = -I/usr/include/dvdread -I$(top_srcdir)/k9Mplayer \ -I$(top_srcdir)/k9author -I$(top_srcdir)/k9decmpeg -I$(top_srcdir)/k9devices \ -I$(top_srcdir)/k9vamps -I$(top_srcdir)/libdvdnav -I$(top_srcdir)/libk9copy -I$(includedir) $(all_includes) @@ -35,7 +35,7 @@ k9copy_LDADD = $(top_builddir)/k9Mplayer/libk9mplayer.la \ $(top_builddir)/k9author/libk9author.la $(top_builddir)/k9decmpeg/libk9decmpeg.la \ $(top_builddir)/k9devices/libk9devices.la $(top_builddir)/k9vamps/libk9vamps.la \ $(top_builddir)/libdvdnav/libk9dvdnav.la $(top_builddir)/libk9copy/libk9copy.la \ - $(top_builddir)/dvdread/libdvdread.la $(LIB_TDEUI) -ltdemdi $(LIBDL) + $(LIB_TDEUI) -ltdemdi $(LIBDL) # this is where the desktop file will go shelldesktopdir = $(kde_appsdir)/Utilities -- cgit v1.2.1