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