mirror of
https://github.com/videolan/vlc.git
synced 2024-11-28 12:26:11 +08:00
764176f688
unnoticeable apart from the extra dependency on autoconf, automake and gettextize. See the new HACKING file for some information, especially if you don't run Linux. The current strategy is to have the configure script generate a nice automake Makefile from Makefile.am, and then clobber it with our good old dirty Makefile. Muahaha :-)
7 lines
175 B
Makefile
7 lines
175 B
Makefile
SUBDIRS = src include modules mozilla extras \
|
|
debian doc ipkg lib po share m4 intl
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
EXTRA_DIST = config.rpath mkinstalldirs config.rpath
|