Commit fc1221c1 authored by Gildas Bazin's avatar Gildas Bazin

* mozilla/Makefile.am: don't forget mozilla/npvlc_rc.rc in make dist.
parent decbe365
......@@ -5,7 +5,7 @@
noinst_LIBRARIES = $(noinst_LIBRARIES_mozilla)
MOSTLYCLEANFILES = $(LIBRARIES_mozilla)
EXTRA_DIST = $(SOURCES_mozilla) vlcintf.idl
EXTRA_DIST = $(SOURCES_mozilla) $(DIST_rsrc) vlcintf.idl
BUILT_SOURCES = $(BUILT_SOURCES_mozilla)
SOURCES_mozilla = \
......@@ -20,6 +20,10 @@ SOURCES_mozilla = \
$(SOURCES_unix) \
$(NULL)
DIST_rsrc = \
npvlc_rc.rc \
$(NULL)
# Under Win32, Mozilla plugins need to be named NP******.DLL, but under Unix
# the common naming scheme is lib******plugin.so. Also, we need npwin.cpp
# under Win32 and npunix.c under Unix.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment