Skip to content
Snippets Groups Projects
Commit a7d0549c authored by Lyndon Brown's avatar Lyndon Brown Committed by Hugo Beauzée-Luyssen
Browse files

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
parent ed712a81
No related branches found
No related tags found
Loading
Pipeline #179206 passed with stage
in 17 minutes and 22 seconds
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment