[DVDnav-discuss] r1129 - in trunk: libdvdnav/configure2 libdvdread/configure2
rathann
subversion at mplayerhq.hu
Sun Aug 31 02:40:52 CEST 2008
Author: rathann
Date: Sun Aug 31 02:40:51 2008
New Revision: 1129
Log:
Fix pkgconfig file generation for out-of-tree builds.
Modified:
trunk/libdvdnav/configure2
trunk/libdvdread/configure2
Modified: trunk/libdvdnav/configure2
==============================================================================
--- trunk/libdvdnav/configure2 (original)
+++ trunk/libdvdnav/configure2 Sun Aug 31 02:40:51 2008
@@ -158,6 +158,7 @@ EOF
if test "$source_path_used" != "no"; then
FILES="\
Makefile \
+ misc \
"
for f in $FILES ; do
ln -sf "$source_path/$f" $f
Modified: trunk/libdvdread/configure2
==============================================================================
--- trunk/libdvdread/configure2 (original)
+++ trunk/libdvdread/configure2 Sun Aug 31 02:40:51 2008
@@ -141,6 +141,7 @@ EOF
if test "$source_path_used" != "no"; then
FILES="\
Makefile \
+ misc \
"
for f in $FILES ; do
ln -sf "$source_path/$f" $f
More information about the DVDnav-discuss
mailing list