blob: 506137d5551da8e97c40bebc29ebb1dd66ebe18f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/Makefile.am
+++ b/Makefile.am
@@ -143,8 +143,8 @@ CLEANFILES=
DISTCLEANFILES=
BUILT_SOURCES =
include include/include.am
-include sample/include.am
-include test/include.am
+#include sample/include.am
+#include test/include.am
if BUILD_WIN32
|