Commit d691b084 authored by Cyril Deguet's avatar Cyril Deguet

* Makefile.am: "noinst_lib_DATA" broke bootstrap :(

parent 78cb02e3
...@@ -408,7 +408,7 @@ vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc) stamp-builtin ...@@ -408,7 +408,7 @@ vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc) stamp-builtin
esac esac
if HAVE_BEOS if HAVE_BEOS
noinst_lib_DATA = vlc-bundle vlc_app_DATA = vlc-bundle
vlc-bundle: vlc vlc-bundle: vlc
rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle
cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/ cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/
......
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