X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=8aef2965458b98e6a45b4d815b63b5ce4b0552ca;hb=3d9990ac8bcbb870300869ed217b80151b52bf4e;hp=5a8aefb872c40ad9007237e0f232138fbc0cee21;hpb=4f45f9bb59b86410a0f872899d1a66d6e1a520c8;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index 5a8aefb8..8aef2965 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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,12 +65,12 @@ 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/ctf-writer/writer-internal.h \ @@ -90,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 \ @@ -116,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 \