You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
449 B
14 lines
449 B
Index: Makefile.in |
|
--- Makefile.in.orig 2011-03-18 18:15:18.000000000 +0100 |
|
+++ Makefile.in 2011-03-23 19:37:27.000000000 +0100 |
|
@@ -37,8 +37,8 @@ |
|
POST_UNINSTALL = : |
|
build_triplet = @build@ |
|
host_triplet = @host@ |
|
-TESTS = snappy_unittest$(EXEEXT) |
|
-noinst_PROGRAMS = $(am__EXEEXT_1) |
|
+TESTS = |
|
+noinst_PROGRAMS = |
|
subdir = . |
|
DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \ |
|
$(include_HEADERS) $(noinst_HEADERS) $(srcdir)/Makefile.am \
|
|
|