use signal safe ust_safe_snprintf()
[ust.git] / ustd / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/libust -I$(top_srcdir)/libustcomm \
2 -I$(top_srcdir)/include
3
4bin_PROGRAMS = ustd
5ustd_SOURCES = lowlevel.c ustd.c ustd.h $(top_srcdir)/libustcomm/ustcomm.c $(top_srcdir)/libustcomm/ustcomm.h
6ustd_LDADD = $(top_builddir)/snprintf/libustsnprintf.la
7ustd_LDFLAGS = -lpthread
8ustd_CFLAGS = -DUST_COMPONENT=ustd
This page took 0.0358 seconds and 4 git commands to generate.