blob: 667b6a71e2e8334f5761a6b7554445620d8d00d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,7 +42,7 @@ endif
nodist_include_HEADERS = include/libunwind-common.h
-SUBDIRS = src tests
+SUBDIRS = src
if CONFIG_DOCS
SUBDIRS += doc
|