Fix makefile
[lttng-tools.git] / libustcomm / Makefile.am
CommitLineData
62d3069f
DG
1AM_CPPFLAGS = -I$(top_srcdir)/include
2AM_CFLAGS = -fno-strict-aliasing
3
4noinst_LTLIBRARIES = libustcomm.la
5
97b1a726 6libustcomm_la_SOURCES =
62d3069f
DG
7
8libustcomm_la_LDFLAGS = -no-undefined -static
9
10libustcomm_la_CFLAGS = -fPIC -fno-strict-aliasing
97b1a726 11
This page took 0.023754 seconds and 5 git commands to generate.