From 778e620928a17777edf03cacf2c865ca2c52719a Mon Sep 17 00:00:00 2001 From: davi Date: Mon, 8 Jun 2009 02:35:12 -0300 Subject: [PATCH] Removed broken target. --- tests/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index a0fe694..54f0b75 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -noinst_PROGRAMS = graph_tests packed_mphf_tests mphf_tests select_tests compressed_seq_tests compressed_rank_tests +noinst_PROGRAMS = graph_tests packed_mphf_tests mphf_tests select_tests compressed_seq_tests INCLUDES = -I../src/ @@ -16,6 +16,3 @@ select_tests_LDADD = ../src/libcmph.la compressed_seq_tests_SOURCES = compressed_seq_tests.c compressed_seq_tests_LDADD = ../src/libcmph.la - -compressed_rank_tests_SOURCES = compressed_rank_tests.c -compressed_rank_tests_LDADD = ../src/libcmph.la