9 | 9 |
-SUBDIRS = headers src tests examples
|
10 | 10 |
+SUBDIRS = headers src examples
|
11 | 11 |
|
12 | |
EXTRA_DIST = makefile.vc nmake.opt mainpage.doxy
|
13 | |
|
14 | |
--- a/Makefile.in
|
15 | |
+++ b/Makefile.in
|
16 | |
@@ -358,7 +358,7 @@ top_build_prefix = @top_build_prefix@
|
17 | |
top_builddir = @top_builddir@
|
18 | |
top_srcdir = @top_srcdir@
|
19 | |
ACLOCAL_AMFLAGS = -I m4
|
20 | |
-SUBDIRS = headers src tests examples
|
21 | |
+SUBDIRS = headers src examples
|
22 | |
EXTRA_DIST = makefile.vc nmake.opt mainpage.doxy
|
23 | |
AUTOMAKE_OPTIONS = dist-zip foreign
|
24 | |
pkgconfigdir = $(libdir)/pkgconfig
|
25 | |
--- a/configure
|
26 | |
+++ b/configure
|
27 | |
@@ -17008,7 +17008,7 @@ if test "x$enable_gcov" = "xyes"; then
|
28 | |
GCOV_FLAGS="-lgcov"
|
29 | |
fi
|
30 | |
|
31 | |
-ac_config_files="$ac_config_files Makefile headers/Makefile src/Makefile tests/Makefile examples/Makefile Doxyfile readosm.pc"
|
32 | |
+ac_config_files="$ac_config_files Makefile headers/Makefile src/Makefile examples/Makefile Doxyfile readosm.pc"
|
33 | |
|
34 | |
|
35 | |
|
36 | |
@@ -18256,7 +18256,6 @@ do
|
37 | |
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
38 | |
"headers/Makefile") CONFIG_FILES="$CONFIG_FILES headers/Makefile" ;;
|
39 | |
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
|
40 | |
- "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
|
41 | |
"examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
|
42 | |
"Doxyfile") CONFIG_FILES="$CONFIG_FILES Doxyfile" ;;
|
43 | |
"readosm.pc") CONFIG_FILES="$CONFIG_FILES readosm.pc" ;;
|
|
12 |
EXTRA_DIST = makefile.vc nmake.opt makefile64.vc nmake64.opt \
|
|
13 |
mainpage.doxy config-msvc.h
|
44 | 14 |
--- a/configure.ac
|
45 | 15 |
+++ b/configure.ac
|
46 | 16 |
@@ -55,7 +55,6 @@ fi
|