]> git.sesse.net Git - vlc/commitdiff
Fix typo, fix make dist
authorRémi Denis-Courmont <rem@videolan.org>
Fri, 24 Feb 2006 07:57:54 +0000 (07:57 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Fri, 24 Feb 2006 07:57:54 +0000 (07:57 +0000)
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?).

mozilla/Makefile.am

index 139d16557ea3d0bd21ebed8665324e88a44f08e3..d61b6ae9b90f739f5dff169da37b16de49722b1d 100644 (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