Rename libustcmd to libustctl
[ust.git] / libustctl / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm
2 AM_CFLAGS = -fno-strict-aliasing
3
4 lib_LTLIBRARIES = libustctl.la
5
6 libustctl_la_SOURCES = \
7 libustctl.c
8
9 libustctl_la_LDFLAGS = -no-undefined -version-info 0:0:0
10
11 libustctl_la_LIBADD = \
12 $(top_builddir)/libustcomm/libustcomm.la
13
14 libustctl_la_CFLAGS = -DUST_COMPONENT="libustctl" -fno-strict-aliasing
This page took 0.029145 seconds and 4 git commands to generate.