projects
/
lttngtop.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
remove hard dependency on lttng dev header files
[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.029399 seconds
and
4
git commands to generate.