Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
078efe2d
Commit
078efe2d
authored
Mar 04, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Libtool: kludge^H^H^H^H^H^Hfix make (|un)install within modules/subdir/subdir
parent
38cb71b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bootstrap
bootstrap
+2
-2
No files found.
bootstrap
View file @
078efe2d
...
...
@@ -288,7 +288,7 @@ if USE_LIBTOOL
z=
\$\$
(
\$
(VLC_CONFIG) --list plugin);
\
m=
\`
for mod in
\$
(mods); do case "
\$\$
z " in *
\ \$\$
{mod}
\
*) echo -n " lib
\$\$
{mod}_plugin.la" ;; esac; done
\`
;
\
test -z "
\$\$
m" ||
\
\$
(MAKE)
\$
(AM_MAKEFLAGS) libvlc_LTLIBRARIES="
\$\$
m" install || exit
\$\$
? ;
\
\$
(MAKE)
\$
(AM_MAKEFLAGS) libvlc_LTLIBRARIES="
\$\$
m" install
-libvlcLTLIBRARIES
|| exit
\$\$
? ;
\
fi
else
mkdir -p -- "
\$
(DESTDIR)
\$
(libvlcdir)"
...
...
@@ -329,7 +329,7 @@ if USE_LIBTOOL
z=
\$\$
(
\$
(VLC_CONFIG) --list plugin);
\
m=
\`
for mod in
\$
(mods); do case "
\$\$
z " in *
\ \$\$
{mod}
\
*) echo -n " lib
\$\$
{mod}_plugin.la" ;; esac; done
\`
;
\
test -z "
\$\$
m" ||
\
\$
(MAKE)
\$
(AM_MAKEFLAGS) libvlc_LTLIBRARIES="
\$\$
m" uninstall || exit
\$\$
?;
\
\$
(MAKE)
\$
(AM_MAKEFLAGS) libvlc_LTLIBRARIES="
\$\$
m" uninstall
-libvlcLTLIBRARIES
|| exit
\$\$
?;
\
fi
else
@z=
\$\$
(
\$
(VLC_CONFIG) --list plugin);
\
...
...
Write
Preview
Markdown
is supported
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