mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:29:07 +08:00
22 lines
604 B
Diff
22 lines
604 B
Diff
diff --git a/Makefile.am b/Makefile.am
|
|
index 3c8179c..f37158c 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -15,7 +15,7 @@
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS ?= --enable-gtk-doc --enable-gtk-doc-pdf --disable-gcc-warnings
|
|
|
|
-SUBDIRS = gl unistring lib src examples fuzz po
|
|
+SUBDIRS = gl unistring lib src po
|
|
ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I unistring/m4
|
|
EXTRA_DIST = gl/m4/gnulib-cache.m4
|
|
|
|
@@ -23,7 +23,6 @@ if ENABLE_DOC
|
|
SUBDIRS += doc
|
|
endif
|
|
|
|
-SUBDIRS += tests
|
|
|
|
EXTRA_DIST += cfg.mk maint.mk CONTRIBUTING.md README.md
|
|
EXTRA_DIST += COPYING COPYING.LESSERv3 COPYING.unicode COPYINGv2
|