Commit d7696743 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Darwin: move specific files to a darwin/ folder

parent 484deaaf
...@@ -245,12 +245,12 @@ endif ...@@ -245,12 +245,12 @@ endif
endif endif
SOURCES_libvlc_darwin = \ SOURCES_libvlc_darwin = \
posix/darwin_dirs.c \ darwin/dirs.c \
posix/filesystem.c \ posix/filesystem.c \
posix/plugin.c \ posix/plugin.c \
posix/thread.c \ posix/thread.c \
posix/timer.c \ posix/timer.c \
posix/darwin_specific.c \ darwin/specific.c \
posix/rand.c \ posix/rand.c \
$(NULL) $(NULL)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment