Big live update, see details
[lttngtop.git] / lib / Makefile.am
1 SUBDIRS = .
2
3 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/lib
4
5 lib_LTLIBRARIES = libmmappacketseek.la
6
7 libmmappacketseek_la_SOURCES = mmap-packet-seek.c
8
9 libmmappacketseek_la_LDFLAGS = \
10 -Wl,--no-as-needed \
11 -lbabeltrace_types
This page took 0.02928 seconds and 4 git commands to generate.