move srfi-1 and srfi-60 C impl to libguile, without public C api
[bpt/guile.git] / test-suite / standalone / Makefile.am
index 34266b7..3fa9540 100644 (file)
@@ -19,6 +19,7 @@
 ##   write to the Free Software Foundation, Inc., 51 Franklin Street,
 ##   Fifth Floor, Boston, MA 02110-1301 USA
 
+include $(top_srcdir)/am/snarf
 
 # initializations so we can use += below.
 TESTS =
@@ -49,7 +50,7 @@ snarfcppopts =                                                                      \
 
 SUFFIXES = .x
 .c.x:
-       ${top_builddir}/libguile/guile-snarf -o $@ $< $(snarfcppopts)
+       $(AM_V_SNARF)$(GUILE_SNARF) -o $@ $< $(snarfcppopts)
 
 CLEANFILES = *.x
 
@@ -162,7 +163,6 @@ libtest_extensions_la_LIBADD = ${top_builddir}/libguile/libguile-@GUILE_EFFECTIV
 check_SCRIPTS += test-extensions
 TESTS += test-extensions
 
-
 if BUILD_PTHREAD_SUPPORT
 
 # test-with-guile-module