Remove stale file from include/Makefile.am
[babeltrace.git] / include / Makefile.am
index 00364dc830236fb0e06cad4766f1622672ef2f53..2928f7575228496a50045d99abb2f7b04afd523a 100644 (file)
@@ -5,7 +5,8 @@ babeltraceinclude_HEADERS = \
        babeltrace/iterator.h \
        babeltrace/trace-handle.h \
        babeltrace/list.h \
-       babeltrace/clock-types.h
+       babeltrace/clock-types.h \
+       babeltrace/objects.h
 
 babeltracectfinclude_HEADERS = \
        babeltrace/ctf/events.h \
@@ -27,7 +28,9 @@ babeltracectfirinclude_HEADERS = \
        babeltrace/ctf-ir/event-types.h \
        babeltrace/ctf-ir/event.h \
        babeltrace/ctf-ir/stream.h \
-       babeltrace/ctf-ir/stream-class.h
+       babeltrace/ctf-ir/stream-class.h \
+       babeltrace/ctf-ir/trace.h \
+       babeltrace/ctf-ir/utils.h
 
 noinst_HEADERS = \
        babeltrace/align.h \
@@ -56,11 +59,13 @@ noinst_HEADERS = \
        babeltrace/ctf-ir/clock-internal.h \
        babeltrace/ctf-ir/stream-class-internal.h \
        babeltrace/ctf-ir/stream-internal.h \
+       babeltrace/ctf-ir/trace-internal.h \
        babeltrace/ctf-writer/functor-internal.h \
        babeltrace/trace-handle-internal.h \
        babeltrace/compat/uuid.h \
        babeltrace/compat/memstream.h \
        babeltrace/compat/string.h \
        babeltrace/compat/utc.h \
+       babeltrace/compat/limits.h \
        babeltrace/endian.h \
        babeltrace/mmap-align.h
This page took 0.026164 seconds and 4 git commands to generate.