Skip to content

Commit

Permalink
Fix vlc dependency on libvlc
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed Mar 1, 2009
1 parent 20092f0 commit 6b3c6c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ endif

vlc_wrapper_SOURCES = rootwrap.c

vlc_DEPENDENCIES = ../src/libvlc.la

vlc_DEPENDENCIES = ../src/libvlc.sym
vlc_LDFLAGS = `$(VLC_CONFIG) --ldflags vlc`
vlc_LDADD = ../src/libvlc.la `$(VLC_CONFIG) -libs vlc`

Expand Down

0 comments on commit 6b3c6c4

Please sign in to comment.