Commit 8a035a95 authored by Sam Hocevar's avatar Sam Hocevar

. virage d'une connerie

parent 33a996bb
...@@ -284,12 +284,11 @@ distclean: clean ...@@ -284,12 +284,11 @@ distclean: clean
rm -f */*/*.o plugins/*/*.so **/*~ *.log rm -f */*/*.o plugins/*/*.so **/*~ *.log
rm -f Makefile include/defs.h include/config.h rm -f Makefile include/defs.h include/config.h
rm -f config.status config.cache config.log rm -f config.status config.cache config.log
rm -f vlc gvlc gmon.out core rm -f vlc gmon.out core
rm -rf .dep rm -rf .dep
install: install:
$(INSTALL) vlc $(prefix)/bin $(INSTALL) vlc $(prefix)/bin
$(INSTALL) gvlc $(prefix)/bin
mkdir -p $(prefix)/lib/videolan/vlc mkdir -p $(prefix)/lib/videolan/vlc
$(INSTALL) $(PLUGIN_OBJ) $(prefix)/lib/videolan/vlc $(INSTALL) $(PLUGIN_OBJ) $(prefix)/lib/videolan/vlc
$(INSTALL) share/*.psf $(prefix)/share/videolan/vlc $(INSTALL) share/*.psf $(prefix)/share/videolan/vlc
......
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