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