Browse Source

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

pull/2/head
Cyril Deguet 22 years ago
parent
commit
d691b084ff
  1. 2
      Makefile.am

2
Makefile.am

@ -408,7 +408,7 @@ vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc) stamp-builtin
esac
if HAVE_BEOS
noinst_lib_DATA = vlc-bundle
vlc_app_DATA = vlc-bundle
vlc-bundle: vlc
rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle
cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/

Loading…
Cancel
Save