[vlc-commits] [Git][videolan/vlc][master] tests: fix build warning
    Hugo Beauzée-Luyssen (@chouquette) 
    gitlab at videolan.org
       
    Thu Jan 13 13:14:14 UTC 2022
    
    
  
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
a7d0549c by Lyndon Brown at 2022-01-13T12:51:58+00:00
tests: fix build warning
> WARNING : test/Makefile.am: 325:  noinst_PROGRAMS was already defined in condition TRUE, which includes condition HAVE_DYNAMIC_PLUGINS ...
> test/Makefile.am:15: ... 'noinst_PROGRAMS' previously defined here
- - - - -
1 changed file:
- test/Makefile.am
Changes:
=====================================
test/Makefile.am
=====================================
@@ -322,5 +322,5 @@ vlc_window_LDADD = ../lib/libvlc.la ../src/libvlccore.la ../compat/libcompat.la
 # Opt-out for building the test driver if there is no dynamic plugins, since we
 # cannot link static plugins currently anyway.
 if HAVE_DYNAMIC_PLUGINS
-noinst_PROGRAMS = vlc-window
+noinst_PROGRAMS += vlc-window
 endif
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a7d0549cd214c7ef52b667a1400e938448918861
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a7d0549cd214c7ef52b667a1400e938448918861
You're receiving this email because of your account on code.videolan.org.
    
    
More information about the vlc-commits
mailing list