Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
libdvdread
Commits
da039a9a
Commit
da039a9a
authored
Aug 30, 2008
by
Dominik Mierzejewski
Browse files
Rename includedir to $prefix/include/dvdread to remain API-compatible
with old upstream.
parent
56b64795
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure2
View file @
da039a9a
...
...
@@ -96,7 +96,7 @@ PREFIX=`cd $PREFIX && pwd`
test
-z
"
$libdir
"
&&
libdir
=
$PREFIX
/lib
test
-z
"
$shlibdir
"
&&
shlibdir
=
$PREFIX
/lib
test
-z
"
$incdir
"
&&
dvdread_incdir
=
$PREFIX
/include/
lib
dvdread
test
-z
"
$incdir
"
&&
dvdread_incdir
=
$PREFIX
/include/dvdread
targetos
=
`
uname
-s
`
case
$targetos
in
...
...
src/Makefile.am
View file @
da039a9a
include
$(top_srcdir)/misc/Makefile.common
includedir
=
${prefix}
/include/
lib
dvdread
includedir
=
${prefix}
/include/dvdread
AM_CPPFLAGS
=
-I
$(top_srcdir)
/src
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment