Update documentation for new ustctl cli
[ust.git] / libustcmd / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm
2 AM_CFLAGS = -fno-strict-aliasing
3
4 lib_LTLIBRARIES = libustcmd.la
5
6 libustcmd_la_SOURCES = \
7 ustcmd.c
8
9 libustcmd_la_LDFLAGS = -no-undefined -version-info 0:0:0
10
11 libustcmd_la_LIBADD = \
12 $(top_builddir)/libustcomm/libustcomm.la
13
14 libustcmd_la_CFLAGS = -DUST_COMPONENT="libustcmd" -fno-strict-aliasing
This page took 0.029799 seconds and 4 git commands to generate.