Add `-internal` suffix to all internal header files
[babeltrace.git] / include / Makefile.am
index 003e7c32b36760779478503ebd0ce354067ce203..8aef2965458b98e6a45b4d815b63b5ce4b0552ca 100644 (file)
@@ -49,6 +49,7 @@ babeltracegraphinclude_HEADERS = \
        babeltrace/graph/notification-eot.h \
        babeltrace/graph/notification-event.h \
        babeltrace/graph/notification-heap.h \
+       babeltrace/graph/notification-inactivity.h \
        babeltrace/graph/notification-iterator.h \
        babeltrace/graph/notification.h \
        babeltrace/graph/notification-packet.h \
@@ -64,19 +65,14 @@ babeltracegraphinclude_HEADERS = \
        babeltrace/graph/private-port.h
 
 noinst_HEADERS = \
-       babeltrace/align.h \
+       babeltrace/align-internal.h \
        babeltrace/babeltrace-internal.h \
-       babeltrace/bitfield.h \
+       babeltrace/bitfield-internal.h \
        babeltrace/common-internal.h \
-       babeltrace/compiler.h \
-       babeltrace/prio_heap.h \
+       babeltrace/compiler-internal.h \
+       babeltrace/prio-heap-internal.h \
        babeltrace/ref-internal.h \
        babeltrace/object-internal.h \
-       babeltrace/crc32.h \
-       babeltrace/dwarf.h \
-       babeltrace/bin-info.h \
-       babeltrace/utils.h \
-       babeltrace/list.h \
        babeltrace/ctf-writer/writer-internal.h \
        babeltrace/ctf-writer/serialize-internal.h \
        babeltrace/ctf-ir/attributes-internal.h \
@@ -95,20 +91,20 @@ noinst_HEADERS = \
        babeltrace/ctf-ir/visitor-internal.h \
        babeltrace/ctf-writer/clock-internal.h \
        babeltrace/ctf-writer/functor-internal.h \
-       babeltrace/compat/uuid.h \
-       babeltrace/compat/memstream.h \
-       babeltrace/compat/string.h \
-       babeltrace/compat/utc.h \
-       babeltrace/compat/limits.h \
-       babeltrace/compat/glib.h \
-       babeltrace/compat/send.h \
-       babeltrace/compat/fcntl.h \
-       babeltrace/compat/stdlib.h \
-       babeltrace/compat/dirent.h \
-       babeltrace/compat/stdio.h \
-       babeltrace/compat/mman.h \
-       babeltrace/endian.h \
-       babeltrace/mmap-align.h \
+       babeltrace/compat/uuid-internal.h \
+       babeltrace/compat/memstream-internal.h \
+       babeltrace/compat/string-internal.h \
+       babeltrace/compat/utc-internal.h \
+       babeltrace/compat/limits-internal.h \
+       babeltrace/compat/glib-internal.h \
+       babeltrace/compat/send-internal.h \
+       babeltrace/compat/fcntl-internal.h \
+       babeltrace/compat/stdlib-internal.h \
+       babeltrace/compat/dirent-internal.h \
+       babeltrace/compat/stdio-internal.h \
+       babeltrace/compat/mman-internal.h \
+       babeltrace/endian-internal.h \
+       babeltrace/mmap-align-internal.h \
        babeltrace/plugin/plugin-internal.h \
        babeltrace/plugin/plugin-so-internal.h \
        babeltrace/graph/component-class-internal.h \
@@ -121,6 +117,7 @@ noinst_HEADERS = \
        babeltrace/graph/component-source-internal.h \
        babeltrace/graph/notification-eot-internal.h \
        babeltrace/graph/notification-event-internal.h \
+       babeltrace/graph/notification-inactivity-internal.h \
        babeltrace/graph/notification-iterator-internal.h \
        babeltrace/graph/notification-internal.h \
        babeltrace/graph/notification-packet-internal.h \
This page took 0.0238 seconds and 4 git commands to generate.