]> git.sesse.net Git - vlc/blobdiff - src/Makefile.am
Attempt to fix MacOS build
[vlc] / src / Makefile.am
index 1dfb57bdc41b0059bbf7afa790d7ab222d57f1aa..f5e5242544fefad6aac24a1ccd7a0ba93cc0f1d1 100644 (file)
@@ -68,6 +68,7 @@ HEADERS_include = \
        ../include/vlc_os_specific.h \
        ../include/vlc_osd.h \
        ../include/vlc_playlist.h \
+       ../include/vlc_rand.h \
        ../include/vlc_sout.h \
        ../include/vlc_stream.h \
        ../include/vlc_streaming.h \
@@ -87,7 +88,7 @@ HEADERS_include = \
 
 modules/builtin.h: modules/builtin.h.in ../vlc-config Makefile.am
        rm -f -- "$@.tmp"
-       cat "$<" > "$@.tmp"
+       cat "$(srcdir)/modules/builtin.h.in" > "$@.tmp"
 if !HAVE_PLUGINS
        plugins="$$($(VLC_CONFIG) --list plugin)" ; \
        test -n "$${plugins}" && \
@@ -114,6 +115,9 @@ modules/modules.c: modules/builtin.h
 # Building libvlc
 ###############################################################################
 
+nice:
+       $(top_builddir)/compile
+
 lib_LTLIBRARIES = libvlc.la libvlc-control.la
 
 AM_LDFLAGS = -no-undefined
@@ -272,6 +276,7 @@ SOURCES_libvlc_common = \
        text/iso_lang.c \
        text/iso-639_def.h \
        misc/md5.c \
+       misc/rand.c \
        misc/mtime.c \
        misc/block.c \
        modules/modules.h \
@@ -316,9 +321,11 @@ SOURCES_libvlc_control = \
        control/audio.c \
        control/dynamic_media_list.c \
        control/event.c \
+       control/flat_media_list.c \
        control/media_descriptor.c \
        control/media_instance.c \
        control/media_list.c \
+       control/media_list_path.h \
        control/media_list_player.c \
        control/media_library.c \
        control/mediacontrol_internal.h \
@@ -326,8 +333,7 @@ SOURCES_libvlc_control = \
        control/mediacontrol_util.c \
        control/mediacontrol_audio_video.c \
        control/media_discoverer.c \
-       control/tag_query.c \
-       control/tree.c
+       control/tag_query.c
 
 ###############################################################################
 # Stamp rules