]> git.sesse.net Git - vlc/blobdiff - projects/mozilla/Makefile.am
Fix calculation of toolbar width.
[vlc] / projects / mozilla / Makefile.am
index 2876ce37c4e124776d55b5c59353913f083028e6..b6f0213dba48892a42c9617841156e3730387968 100644 (file)
@@ -12,8 +12,6 @@ SOURCES_mozilla_common = \
        vlcplugin.h \
        control/npolibvlc.cpp \
        control/npolibvlc.h \
-       control/npovlc.cpp \
-       control/npovlc.h \
        control/nporuntime.cpp \
        control/nporuntime.h \
        support/classinfo.h
@@ -94,7 +92,7 @@ npvlc.rsrc: $(srcdir)/vlc.r
 # Plugin uses shared libraries that are located relatively through @executable_path,
 # which unfortunately references the path of the App using the Plugin, rather than the
 # Plugin itself. Since this Plugin should always be installed in '/Library/Internet Plug-Ins',
-# it is safer to force dylibs to locate dependants through a fixed path
+# it is safer to force dylibs to locate dependents through a fixed path
 #
 define FIXEXECPATH
        otool -L "$$dylib" | \