Makefile_insert revision 6b15695578f07a3f72c4c9475c1a261a3021472a
## Makefile.am fragment sourced by src/Makefile.am.
rm -f $(extension_script_libscript_a_OBJECTS)
if WITH_PERL
perl_sources = \
endif
if WITH_PYTHON
python_sources = \
endif
extension_script_libscript_a_SOURCES = \
$(perl_sources) \
$(python_sources)