lib: use object pool for event and packet notifications
[babeltrace.git] / lib / graph / notification / Makefile.am
index db32a43c614b024577b29195aea3e77decb957c5..2c837b109b9b52d27e0b29a72c9cbd9a5af202b2 100644 (file)
@@ -1,5 +1,3 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
-
 noinst_LTLIBRARIES = libgraph-notification.la
 
 libgraph_notification_la_SOURCES = \
@@ -7,5 +5,7 @@ libgraph_notification_la_SOURCES = \
        packet.c \
        event.c \
        stream.c \
-       heap.c \
-       inactivity.c
+       inactivity.c \
+       discarded-events.c \
+       discarded-packets.c \
+       discarded-elements.c
This page took 0.024629 seconds and 4 git commands to generate.