]> git.sesse.net Git - vlc/blobdiff - modules/misc/Modules.am
macosx: Ask to send a mail to our bugreport ML if a crash log is detected.
[vlc] / modules / misc / Modules.am
index 2cc97d3884d2c978b32b1ff820ac62b088b83c24..366cfba911e5e72446e847ffdee9a31b757a1a22 100644 (file)
@@ -1,4 +1,13 @@
-SUBDIRS = dummy lua memcpy notify testsuite playlist osd xml probe
+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
+endif
+
 SOURCES_gtk_main = gtk_main.c
 SOURCES_gnome_main = gtk_main.c
 SOURCES_gtk2_main = gtk_main.c
@@ -12,12 +21,11 @@ SOURCES_logger = logger.c
 SOURCES_vod_rtsp = rtsp.c
 SOURCES_gnutls = gnutls.c dhparams.h
 SOURCES_svg = svg.c
-SOURCES_profile_parser = profile_parser.c
 SOURCES_audioscrobbler = audioscrobbler.c
 SOURCES_inhibit = inhibit.c
 
 if ENABLE_SOUT
 libvlc_LTLIBRARIES += \
        libvod_rtsp_plugin.la \
-       libprofile_parser_plugin.la
+       $(NULL)
 endif