diff options
author | Francois Andriot <[email protected]> | 2013-08-13 17:44:08 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-08-13 17:44:08 -0500 |
commit | 71c6fa0732781b1f3f5fda9e2154384644197ea5 (patch) | |
tree | 99ed96660bc619a9e2fd46a22130ebe6318adb43 /src/Makefile.am | |
parent | b375ac5d2df53aaf5600538d9072a11a68ce1b19 (diff) | |
download | k9copy-71c6fa0732781b1f3f5fda9e2154384644197ea5.tar.gz k9copy-71c6fa0732781b1f3f5fda9e2154384644197ea5.zip |
Use system dvdread headers
This resolves Bug 1608
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |