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
GSoC
GSoC2018
macOS
vlc
Commits
b9560d0d
Commit
b9560d0d
authored
Apr 12, 2006
by
Christophe Mutricy
Browse files
Makefile.am: Fix for introduction of vlc.win32.nsi.in
parent
0e92e93d
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile.am
View file @
b9560d0d
...
...
@@ -28,10 +28,10 @@ EXTRA_DIST = \
vlc-config.in.in
\
vlc.spec
\
vlc.spec.mdk
\
vlc.win32.nsi
\
vlc.win32.nsi
.in
\
$(NULL)
BUILT_SOURCES_distclean
=
vlc-config compile
BUILT_SOURCES_distclean
=
vlc-config compile
vlc.win32.nsi
BUILT_SOURCES_clean
=
macosx-sdk
BUILT_SOURCES
=
$(BUILT_SOURCES_distclean)
$(BUILT_SOURCES_clean)
...
...
@@ -701,7 +701,7 @@ endif
package-win32-base-debug
:
package-win-common
# Copy relevant files
cp
"$(
src
dir)/vlc.win32.nsi"
"$(top_builddir)/vlc-${VERSION}/"
cp
"$(
top_build
dir)/vlc.win32.nsi"
"$(top_builddir)/vlc-${VERSION}/"
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/plugins"
for
i
in
""
`$(VLC_CONFIG)
--target
plugin`
;
do
\
...
...
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