]> git.sesse.net Git - vlc/blobdiff - src/Makefile.am
stream: destroy the access object underneath the stream_Access object
[vlc] / src / Makefile.am
index f21b447643d6f2d1b568ebe238ebb04a681c8747..2e3da576f68f1ca1c8d597334a997746e26bd140 100644 (file)
@@ -76,7 +76,7 @@ pluginsinclude_HEADERS = \
        ../include/vlc_probe.h \
        ../include/vlc_rand.h \
        ../include/vlc_services_discovery.h \
-       ../include/vlc_sql.h \
+       ../include/vlc_fingerprinter.h \
        ../include/vlc_sout.h \
        ../include/vlc_spu.h \
        ../include/vlc_stream.h \
@@ -269,6 +269,7 @@ SOURCES_libvlc_android = \
 SOURCES_libvlc_linux = \
        posix/dirs.c \
        posix/filesystem.c \
+       posix/netconf.c \
        posix/plugin.c \
        posix/thread.c \
        posix/timer.c \
@@ -281,6 +282,7 @@ SOURCES_libvlc_linux = \
 SOURCES_libvlc_win32 = \
        win32/dirs.c \
        win32/filesystem.c \
+       win32/netconf.c \
        win32/plugin.c \
        win32/thread.c \
        win32/specific.c \
@@ -308,6 +310,7 @@ SOURCES_libvlc_os2 = \
 SOURCES_libvlc_other = \
        posix/dirs.c \
        posix/filesystem.c \
+       posix/netconf.c \
        posix/thread.c \
        posix/timer.c \
        posix/plugin.c \
@@ -461,13 +464,12 @@ SOURCES_libvlc_common = \
        misc/update.c \
        misc/update_crypto.c \
        misc/xml.c \
-       misc/media_library.c \
        extras/libc.c \
        extras/tdestroy.c \
        misc/filter.c \
        misc/filter_chain.c \
        misc/http_auth.c \
-       misc/sql.c \
+       misc/fingerprinter.c \
        misc/text_style.c \
        misc/subpicture.c \
        misc/subpicture.h \