Automatically generate discarded packets/events notifications
[babeltrace.git] / lib / graph / notification / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 noinst_LTLIBRARIES = libgraph-notification.la
4
5 libgraph_notification_la_SOURCES = \
6 notification.c \
7 packet.c \
8 event.c \
9 stream.c \
10 heap.c \
11 inactivity.c \
12 discarded-events.c \
13 discarded-packets.c \
14 discarded-elements.c
This page took 0.031334 seconds and 4 git commands to generate.