make libustcomm into a static lib
[ust.git] / ustd / Makefile.am
CommitLineData
41ba5806
PMF
1AM_CPPFLAGS = -I$(top_srcdir)/libust -I$(top_srcdir)/libustcomm \
2 -I$(top_srcdir)/include
55355fa5 3
6cb88bc0 4bin_PROGRAMS = ustd
c7dc133c
PMF
5
6ustd_SOURCES = lowlevel.c ustd.c ustd.h
7
8ustd_LDADD = \
9 $(top_builddir)/snprintf/libustsnprintf.la \
10 $(top_builddir)/libustcomm/libustcomm.la
11
6cb88bc0 12ustd_LDFLAGS = -lpthread
8434447d 13ustd_CFLAGS = -DUST_COMPONENT=ustd
This page took 0.025469 seconds and 4 git commands to generate.