Fix: Add memstream.h dependency to Makefile.am
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 6 Mar 2012 22:51:06 +0000 (17:51 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 6 Mar 2012 22:51:06 +0000 (17:51 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf/Makefile.am

index 8d2ee192bc5442d06608ee63c72d2c45ba51f6e6..497b35332e19924a4973d0c9f51bcdf7f29b26a8 100644 (file)
@@ -8,7 +8,8 @@ libbabeltrace_ctf_la_SOURCES = \
        ctf.c \
        events.c \
        callbacks.c \
        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 = \
 
 # Request that the linker keeps all static libraries objects.
 libbabeltrace_ctf_la_LDFLAGS = \
This page took 0.024678 seconds and 4 git commands to generate.