compile with -fno-strict-aliasing
[ust.git] / ustd / 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 bin_PROGRAMS = ustd
6
7 ustd_SOURCES = lowlevel.c ustd.c ustd.h
8
9 ustd_LDADD = \
10 $(top_builddir)/snprintf/libustsnprintf.la \
11 $(top_builddir)/libustcomm/libustcomm.la
12
13 ustd_LDFLAGS = -lpthread
14 ustd_CFLAGS = -DUST_COMPONENT=ustd -fno-strict-aliasing
This page took 0.02906 seconds and 4 git commands to generate.