mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 06:48:59 +08:00
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
|