make libustcomm into a static lib
[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.036108 seconds and 5 git commands to generate.