mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 18:39:00 +08:00
14 lines
396 B
Diff
14 lines
396 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 tests 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
|
||
|
|