]> git.sesse.net Git - vlc/blobdiff - mozilla/Makefile.am
* modules/gui/skins2/src/skin_main.cpp: default skin is skins2/default/theme.xml.
[vlc] / mozilla / Makefile.am
index 222474cd091a90e279dc08de1da2cdd434e44d1e..93f872d1d0efe89828b7a7f6156deb4c48ec861d 100644 (file)
@@ -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.