From: RĂ©mi Denis-Courmont Date: Sun, 19 Feb 2006 17:14:36 +0000 (+0000) Subject: Dionoea: here is "make core", your portable "make vlc" replacement X-Git-Tag: 0.9.0-test0~12241 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=009df329918c2f043bb05a4417785012a46460ac;p=vlc Dionoea: here is "make core", your portable "make vlc" replacement --- diff --git a/Makefile.am b/Makefile.am index a8316ce9c0..937651d358 100644 --- a/Makefile.am +++ b/Makefile.am @@ -197,6 +197,16 @@ DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile # Building vlc ############################################################################### +.PHONY: libvlc + +# Shortcut for developpers to rebuild the core (libvlc + vlc) +# Don't use it if you don't know what it is about. +# Don't complain if it doesn't work. -- Courmisch +core: libvlc vlc$(EXEEXT) + +libvlc: + cd src && $(MAKE) all + bin_PROGRAMS = vlc vlc_SOURCES = src/vlc.c