]> git.sesse.net Git - vlc/commitdiff
* mozilla/Makefile.am: don't forget mozilla/npvlc_rc.rc in make dist.
authorGildas Bazin <gbazin@videolan.org>
Thu, 27 Nov 2003 00:57:12 +0000 (00:57 +0000)
committerGildas Bazin <gbazin@videolan.org>
Thu, 27 Nov 2003 00:57:12 +0000 (00:57 +0000)
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.