96f167b0e1a3e533f4911975e8e6b1f34d93f5a6
[ust.git] / ustd / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/libust -I$(top_srcdir)/libustcomm \
2 -I$(top_srcdir)/include
3
4 bin_PROGRAMS = ustd
5
6 ustd_SOURCES = lowlevel.c ustd.c ustd.h
7
8 ustd_LDADD = \
9 $(top_builddir)/snprintf/libustsnprintf.la \
10 $(top_builddir)/libustcomm/libustcomm.la
11
12 ustd_LDFLAGS = -lpthread
13 ustd_CFLAGS = -DUST_COMPONENT=ustd
This page took 0.029173 seconds and 3 git commands to generate.