include internal/Makefile.am

sources:
	@for source_file in $(libsnappy_la_SOURCES); do \
		echo internal/$$source_file; \
	done
