create libustd from ustd
[ust.git] / libustd / 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 = libustd.la
6
7 libustd_la_SOURCES = libustd.c lowlevel.c libustd.h
8
9 libustd_la_LDFLAGS = -no-undefined -version-info 0:0:0
10
11 libustd_la_LIBADD = \
12 -lpthread \
13 $(top_builddir)/snprintf/libustsnprintf.la \
14 $(top_builddir)/libustcomm/libustcomm.la
15
16 libustd_la_CFLAGS = -fno-strict-aliasing
17
This page took 0.02967 seconds and 4 git commands to generate.