Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
c3064219
Commit
c3064219
authored
May 11, 2005
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.am: fixed build problem.
parent
7dd8cdfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Makefile.am
Makefile.am
+5
-5
No files found.
Makefile.am
View file @
c3064219
...
...
@@ -417,15 +417,15 @@ bin_PROGRAMS = vlc
vlc_SOURCES
=
src/vlc.c
vlc_LDFLAGS
=
`
$(VLC_CONFIG)
--libs
vlc
builtin
`
vlc_LDADD
=
lib/libvlc.a
$(DATA_win32_rc)
$(LIB_intl)
vlc_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
vlc
`
# Work around a bug in the arm-wince-pe linker
if
HAVE_WINCE
vlc_LDFLAGS
+
=
lib/libvlc.a
vlc_
WORKAROUND
LDFLAGS
=
lib/libvlc.a
endif
vlc_LDFLAGS
=
`
$(VLC_CONFIG)
--libs
vlc
builtin
`
$(vlc_WORKAROUNDLDFLAGS)
vlc_LDADD
=
lib/libvlc.a
$(DATA_win32_rc)
$(LIB_intl)
vlc_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
vlc
`
# We use DEPENDENCIES_vlc instead of vlc_DEPENDENCIES because of an
# old automake-1.5 bug (automake/279).
DEPENDENCIES_vlc
=
lib/libvlc.a
$(DATA_win32_rc)
$(LIB_intl)
...
...
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