# HG changeset patch # User rathann # Date 1220097243 0 # Node ID 7b2a843accd9b5421cbcb736f80d2ea662ab526e # Parent b91b7ea30fd3596b6c79b0f02d9ef13486bc0fdb Rename includedir to $prefix/include/dvdread to remain API-compatible with old upstream. diff -r b91b7ea30fd3 -r 7b2a843accd9 Makefile.am --- a/Makefile.am Fri Jul 25 06:25:27 2008 +0000 +++ b/Makefile.am Sat Aug 30 11:54:03 2008 +0000 @@ -1,6 +1,6 @@ include $(top_srcdir)/misc/Makefile.common -includedir = ${prefix}/include/libdvdread +includedir = ${prefix}/include/dvdread AM_CPPFLAGS = -I$(top_srcdir)/src