Update version to 0.16
[ust.git] / libustconsumer / Makefile.am
CommitLineData
9dc7b7ff
NC
1AM_CPPFLAGS = -I$(top_srcdir)/libust -I$(top_srcdir)/libustcomm \
2 -I$(top_srcdir)/include
3AM_CFLAGS = -fno-strict-aliasing
4
5lib_LTLIBRARIES = libustconsumer.la
6
7libustconsumer_la_SOURCES = libustconsumer.c lowlevel.c lowlevel.h
8
9libustconsumer_la_LDFLAGS = -no-undefined -version-info 0:0:0
10
11libustconsumer_la_LIBADD = \
12 -lpthread \
13 $(top_builddir)/snprintf/libustsnprintf.la \
14 $(top_builddir)/libustcomm/libustcomm.la
15
16libustconsumer_la_CFLAGS = -fno-strict-aliasing
This page took 0.026126 seconds and 4 git commands to generate.