[vlc-devel] commit: Remove non-existent target ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Jun 22 19:05:05 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jun 22 19:45:29 2009 +0300| [2203f8384db2d3689e6e611893bf32748f16391d] | committer: Rémi Denis-Courmont
Remove non-existent target
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2203f8384db2d3689e6e611893bf32748f16391d
---
test/Makefile.am | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/test/Makefile.am b/test/Makefile.am
index dbcaba0..7fcef18 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -75,11 +75,6 @@ test_libvlc_meta_LDADD = $(top_builddir)/src/libvlc.la
test_libvlc_meta_CFLAGS = $(CFLAGS_tests)
test_libvlc_meta_LDFLAGS = $(LDFLAGS_tests)
-test_dummy_SOURCES = libvlc/test.c
-test_dummy_LDADD = $(top_builddir)/src/libvlc.la
-test_dummy_CFLAGS = $(CFLAGS_tests)
-test_dummy_LDFLAGS = $(LDFLAGS_tests)
-
checkall:
$(MAKE) check_PROGRAMS="$(check_PROGRAMS) $(EXTRA_PROGRAMS)" check
More information about the vlc-devel
mailing list