]> git.sesse.net Git - vlc/blobdiff - modules/misc/Modules.am
stats: Initial import of a stat oriented module. Use with /vlc --ignore-config -I...
[vlc] / modules / misc / Modules.am
index 4cbd0136607417ebffe917f2aac092e520c8f5e0..c81f4de1a7e99d87f7608ee8e84af6852b449966 100644 (file)
@@ -1,5 +1,8 @@
-SUBDIRS = dummy memcpy notify testsuite playlist osd xml probe
-DIST_SUBDIRS = lua $(SUBDIRS)
+BASE_SUBDIRS = dummy memcpy notify testsuite playlist stats osd xml probe
+EXTRA_SUBDIRS = lua
+
+SUBDIRS = $(BASE_SUBDIRS)
+DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
 
 if BUILD_LUA
 SUBDIRS += lua