2013-02-28 00:52:36 +00:00
|
|
|
--- a/Makefile.am
|
|
|
|
+++ b/Makefile.am
|
2016-04-17 12:52:17 +00:00
|
|
|
@@ -18,7 +18,7 @@ AUTOMAKE_OPTIONS = gnu
|
2015-11-03 11:59:49 +00:00
|
|
|
# old Automake version.
|
2013-02-28 00:52:36 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
|
|
|
-SUBDIRS = doc src tests tune
|
|
|
|
+SUBDIRS = src
|
|
|
|
|
|
|
|
nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO \
|
|
|
|
examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \
|
|
|
|
--- a/Makefile.in
|
|
|
|
+++ b/Makefile.in
|
2016-04-17 12:52:17 +00:00
|
|
|
@@ -378,7 +378,7 @@ AUTOMAKE_OPTIONS = gnu
|
2015-11-03 11:59:49 +00:00
|
|
|
# libtoolize and in case some developer needs to switch back to an
|
|
|
|
# old Automake version.
|
2013-02-28 00:52:36 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
-SUBDIRS = doc src tests tune
|
|
|
|
+SUBDIRS = src
|
|
|
|
nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO \
|
|
|
|
examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \
|
|
|
|
examples/version.c
|