Skip to content

Commit

Permalink
Remove unneeded old kludge
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed May 19, 2007
1 parent d57b277 commit bc387d3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,7 @@ if HAVE_WINCE
vlc_WORKAROUNDLDFLAGS = $(LIBVLC)
endif

# We use DEPENDENCIES_vlc instead of vlc_DEPENDENCIES because of an
# old automake-1.5 bug (automake/279).
DEPENDENCIES_vlc = src/$(LIB_libvlc) $(DATA_win32_rc)
vlc_DEPENDENCIES = src/$(LIB_libvlc) $(DATA_win32_rc)

vlc_LDADD = $(DATA_win32_rc) $(LIBVLC)

Expand All @@ -288,7 +286,7 @@ else
vlc_LDFLAGS = $(vlc_WORKAROUNDLFDLAGS) `$(VLC_CONFIG) --libs vlc builtin`
LIB_libvlc = libvlc.a
LIBVLC = src/$(LIB_libvlc)
DEPENDENCIES_vlc += stamp-builtin
vlc_DEPENDENCIES += stamp-builtin
endif
vlc_LDADD += $(INCLUDED_LIBINTL)
endif
Expand All @@ -306,7 +304,7 @@ core: libvlc

src/$(LIB_libvlc): libvlc

vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc)
vlc$(EXEEXT): $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_DEPENDENCIES)
@rm -f vlc$(EXEEXT)
@case `$(VLC_CONFIG) --linkage vlc builtin` in \
c++) cmd="$(CXXLINK)" ;; \
Expand Down

0 comments on commit bc387d3

Please sign in to comment.