summaryrefslogtreecommitdiff
path: root/graphics/libspiro/files/patch-Makefile.in
blob: 30dc366d6b1aa42b45f1284bdb0276a8bec3cbb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- Makefile.in.orig	2022-11-02 03:59:47 UTC
+++ Makefile.in
@@ -413,7 +413,7 @@ target_vendor = @target_vendor@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-SUBDIRS = . tests
+SUBDIRS = .
 test_programs = call-test0 call-test1 call-test2 call-test3 call-test4 \
 		call-test5 call-test6 call-test7 call-test8 call-test9 \
 		call-test10 call-test11 call-test12 call-test13        \
@@ -426,7 +426,7 @@ pkgconfig_DATA = libspiro.pc
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 AM_CFLAGS = $(WCFLAGS) $(LS_CFLAGS)
 DISTCLEANFILES = libspiro.pc
-DISTCHECK_CONFIGURE_FLAGS = --disable-silent-rules --enable-verbose_lib --enable-test_inputs --enable-test-a-lot
+DISTCHECK_CONFIGURE_FLAGS = --disable-silent-rules --enable-verbose_lib --disable-test_inputs --disable-test-a-lot
 lib_LTLIBRARIES = libspiro.la
 libspiro_la_LIBADD = $(WLSLIB) $(LS_LIB)
 libspiro_la_LDFLAGS = -no-undefined -version-info $(LIBSPIRO_VERSION)