Fix: ctf specific events.c needs to be within CTF plugin
[babeltrace.git] / formats / ctf / Makefile.am
index 620f7bd8b566da444ec1478a4fefae19b58370fe..c9faac8b5e98d412dc7bb2fe6821777b4882912c 100644 (file)
@@ -5,7 +5,8 @@ SUBDIRS = types metadata .
 lib_LTLIBRARIES = libctf.la
 
 libctf_la_SOURCES = \
-       ctf.c
+       ctf.c \
+       events.c
 
 libctf_la_LIBADD = \
        types/libctf-types.la \
This page took 0.023124 seconds and 4 git commands to generate.