split Makefile.am.sample into Makefile.am.example and Makefile.am.libasncodecs
diff --git a/libasn1compiler/asn1c_fdeps.h b/libasn1compiler/asn1c_fdeps.h
index 8b7c7cd..3be9e80 100644
--- a/libasn1compiler/asn1c_fdeps.h
+++ b/libasn1compiler/asn1c_fdeps.h
@@ -25,7 +25,7 @@
 int asn1c_activate_dependency(asn1c_fdeps_t *deps, asn1c_fdeps_t *cur,
 	const char *data);
 
-asn1c_fdeps_t *asn1c_deps_makelist(asn1c_fdeps_t *deps);
+asn1c_fdeps_t *asn1c_deps_flatten(const asn1c_fdeps_t *deps);
 void asn1c_deps_freelist(asn1c_fdeps_t *deps);
 
 #endif	/* ASN1C_FDEPS_H */