Index: benchmark/io/http/Makefile.am
===================================================================
--- benchmark/io/http/Makefile.am	(revision 891f7074e4bf1a3467ca38add7c71ff492fc38a0)
+++ benchmark/io/http/Makefile.am	(revision a6d49011f8edccb614957fd0cb736cd15b36e3e1)
@@ -50,2 +50,18 @@
 .dummy_hackxx.cpp:
 	@echo "int bar() { return 0; }" > ${@}
+
+# add dependency of cfa files
+nodist_httpforall_OBJECTS = $(addsuffix .o, $(basename $(filter %.cfa,$(nodist_httpforall_SOURCES))))
+$(nodist_httpforall_OBJECTS) : @CFACC@ @CFACPP@
+
+# .deps inclusion is not done automatically by automake for new languages
+nodist_httpforall_DEPENDS = $(join \
+	$(addsuffix $(DEPDIR)/ , $(dir $(nodist_httpforall_OBJECTS) ) ), \
+	$(notdir ${nodist_httpforall_OBJECTS:.o=.Po}) \
+)
+
+-include $(nodist_httpforall_DEPENDS)
+
+list_libdeps:
+	echo "objects: " $(nodist_httpforall_OBJECTS)
+	echo "depends: " $(nodist_httpforall_DEPENDS)
