Rename lib/component/ -> lib/graph/ to match include/babeltrace/graph/
[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
This page took 0.029548 seconds and 4 git commands to generate.