1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

Fix typo, fix make dist

As for make distclean, I can't think of any solution but moving vlc.c out of
src/ (I know it sucks, but you don't want to rewrite automake, do you?).
This commit is contained in:
Rémi Denis-Courmont 2006-02-24 07:57:54 +00:00
parent d798d6ba81
commit 38cfac2914

View File

@ -17,7 +17,7 @@ SOURCES_mozilla_common = \
support/classinfo.h
DIST_sources = $(SOURCES_mozilla_common) \
support/npwin.cpp support/npmac.cpp support/npunix.cpp
support/npwin.cpp support/npmac.cpp support/npunix.c
if BUILD_SHARED
LIBRARIES_libvlc_pic = -Wl,-rpath '$(libdir)' -L$(top_builddir)/src -lvlc