]> git.sesse.net Git - vlc/commitdiff
* .access for http intf added to OSX build.
authorDerk-Jan Hartman <hartman@videolan.org>
Wed, 5 May 2004 21:53:07 +0000 (21:53 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Wed, 5 May 2004 21:53:07 +0000 (21:53 +0000)
Makefile.am

index 48d6661a8ad7eed2ac54666b4438ab0a262c6fde..68c65f81c6e6d09b79cf6937b34538db0d58625b 100644 (file)
@@ -517,6 +517,7 @@ VLC.app: vlc
        for i in $(srcdir)/share/http/admin/* ; do \
          $(INSTALL) -m 644 $${i} $(top_builddir)/VLC.app/Contents/MacOS/share/http/admin/`basename $${i}` ; \
        done ; \
+       $(INSTALL) -m 644 $(srcdir)/share/http/admin/.access $(top_builddir)/VLC.app/Contents/MacOS/share/http/admin/.access
        $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/locale
        for i in $(ALL_LINGUAS); do \
          mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \