]> git.sesse.net Git - vlc/blobdiff - Makefile.am
* toolbox: Export LC_ALL=C to avoid future cluttering of POTFILES.in.
[vlc] / Makefile.am
index 8b6099709f0665d45b20b33a36310fb60d92cf92..41237077267f00d801b1d9d4d24fa2fdcac4a510 100644 (file)
@@ -7,7 +7,11 @@ NULL =
 # SUBDIRS stores the directories where a "make" is required when building
 # something. DIST_SUBDIRS stores the directories where nothing is built but
 # which have makefiles with distribution information.
-SUBDIRS = intl modules po mozilla share m4 .
+#  - intl should come before modules and . because all the code uses gettext
+#  - modules should come before . because vlc needs the builtins
+#  - . should come before mozilla because the plugin needs libvlc_pic.a
+#  - po should come before . because VLC.app needs the pofiles
+SUBDIRS = intl modules po . mozilla share m4
 DIST_SUBDIRS = $(SUBDIRS) src debian doc ipkg lib autotools
 
 EXTRA_DIST = \