From 5533628f4a08485c489797c6060736b11953c869 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 6 Mar 2012 17:51:06 -0500 Subject: [PATCH] Fix: Add memstream.h dependency to Makefile.am Signed-off-by: Mathieu Desnoyers --- formats/ctf/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/formats/ctf/Makefile.am b/formats/ctf/Makefile.am index 8d2ee192..497b3533 100644 --- a/formats/ctf/Makefile.am +++ b/formats/ctf/Makefile.am @@ -8,7 +8,8 @@ libbabeltrace_ctf_la_SOURCES = \ ctf.c \ events.c \ callbacks.c \ - events-private.h + events-private.h \ + memstream.h # Request that the linker keeps all static libraries objects. libbabeltrace_ctf_la_LDFLAGS = \ -- 2.34.1