mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
38acea0c4c
* [freexl] Update to 2.0.0 * Skip tests, examples * [minizip] Build DLL * [libspatialite] Update to 5.1.0 * Fix utf8 source * [spatialite-tools] Update to 5.1.0a * [libkml] Update minizip prefix * [libkml] Fix all minizip names
13 lines
341 B
Diff
13 lines
341 B
Diff
diff --git a/Makefile.am b/Makefile.am
|
|
index 50dc7f6..cbc99ca 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -1,6 +1,6 @@
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
-SUBDIRS = headers src tests examples
|
|
+SUBDIRS = headers src
|
|
|
|
EXTRA_DIST = makefile.vc nmake.opt makefile64.vc nmake64.opt \
|
|
images/piazza.jpg images/piazza.eps mainpage.doxy config-msvc.h
|