[vlc-commits] Fix Makefile typo

Rémi Denis-Courmont git at videolan.org
Mon Feb 17 18:37:01 CET 2020


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Feb 17 19:36:22 2020 +0200| [2c7dd07eeff35abf460cf62b53c401cb0d7f2eed] | committer: Rémi Denis-Courmont

Fix Makefile typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2c7dd07eeff35abf460cf62b53c401cb0d7f2eed
---

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 7f87992be9..abcebe4fdd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -473,7 +473,7 @@ libvlccore_la_SOURCES += \
 	posix/rand.c \
 	posix/timer.c
 if !HAVE_LINUX
-libvlccore_la_SOURCES += posix/wait.c
+libvlccore_la_SOURCES += posix/wait.c
 endif
 if !HAVE_ANDROID
 libvlccore_la_SOURCES += posix/sort.c



More information about the vlc-commits mailing list