projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix return code to 0 on success and 1 on error
[lttng-tools.git]
/
libustctl
/
Makefile.am
1
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm
2
AM_CFLAGS = -fno-strict-aliasing
3
4
noinst_LTLIBRARIES = libustctl.la
5
6
libustctl_la_SOURCES = libustctl.c
7
8
libustctl_la_LIBADD = \
9
$(top_builddir)/libustcomm/libustcomm.la
This page took
0.030531 seconds
and
4
git commands to generate.