projects
/
lttng-ust.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
make libustcomm into a static lib
[lttng-ust.git]
/
libustcomm
/
Makefile.am
1
AM_CPPFLAGS = -I$(top_srcdir)/include
2
3
lib_LTLIBRARIES = libustcomm.la
4
libustcomm_la_SOURCES = \
5
ustcomm.h \
6
ustcomm.c
7
libustcomm_la_LDFLAGS = -no-undefined -version-info 0:0:0 -static
8
libustcomm_la_CFLAGS = -DUST_COMPONENT="libustcomm" -fPIC
This page took
0.032711 seconds
and
5
git commands to generate.