]> git.sesse.net Git - vlc/blobdiff - test/Makefile.am
Spell overridden correctly
[vlc] / test / Makefile.am
index 5f7fe51ae2699ef2ec40ec8ac9e9cb8eadfe3a39..a76bdef2a3d2c41041bd8dee6069ab1b8006b230 100644 (file)
@@ -14,7 +14,6 @@ extra_check_verbose__0 = $(extra_check_verbose_0)
 ###############################################################################
 check_PROGRAMS = \
        test_libvlc_core \
-       test_libvlc_events \
        test_libvlc_media \
        test_libvlc_media_list \
        test_libvlc_media_player \
@@ -60,11 +59,6 @@ test_libvlc_core_LDADD = $(top_builddir)/src/libvlc.la
 test_libvlc_core_CFLAGS = $(CFLAGS_tests)
 test_libvlc_core_LDFLAGS = $(LDFLAGS_tests)
 
-test_libvlc_events_SOURCES = libvlc/events.c
-test_libvlc_events_LDADD = $(top_builddir)/src/libvlc.la
-test_libvlc_events_CFLAGS = $(CFLAGS_tests)
-test_libvlc_events_LDFLAGS = $(LDFLAGS_tests)
-
 test_libvlc_media_SOURCES = libvlc/media.c
 test_libvlc_media_LDADD = $(top_builddir)/src/libvlc.la
 test_libvlc_media_CFLAGS = $(CFLAGS_tests)