]> git.sesse.net Git - vlc/blobdiff - modules/access/Modules.am
Some cleanup and unification with xine vcd plugin.
[vlc] / modules / access / Modules.am
index 8871217e6c2e70338b8900c0bd94e3acd22042e9..8b573da7a5e84605387e961db35ac1a86d936981 100644 (file)
@@ -1,6 +1,15 @@
-SOURCES_access_file = modules/access/file.c
-SOURCES_access_directory = modules/access/directory.c
-SOURCES_access_udp = modules/access/udp.c
-SOURCES_access_http = modules/access/http.c
-SOURCES_access_ftp = modules/access/ftp.c
-SOURCES_slp = modules/access/slp.c
+SOURCES_access_file = file.c
+SOURCES_access_directory = directory.c
+SOURCES_access_udp = udp.c
+SOURCES_access_tcp = tcp.c
+SOURCES_access_http = http.c
+SOURCES_access_ftp = ftp.c
+SOURCES_dvdnav = dvdnav.c
+SOURCES_dvdread = dvdread.c
+SOURCES_slp = slp.c
+SOURCES_cdda = \
+        cdda.c \
+        vcd/cdrom.c \
+        vcd/cdrom.h \
+        vcd/cdrom_internals.h \
+        $(NULL)