c4b156723b045e377f36f425f797bdfa072a4af9
[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 ustd_SOURCES = lowlevel.c ustd.c ustd.h $(top_srcdir)/libustcomm/ustcomm.c $(top_srcdir)/libustcomm/ustcomm.h
6 ustd_LDFLAGS = -lpthread
7 ustd_CFLAGS = -DUST_COMPONENT=ustd
This page took 0.029281 seconds and 3 git commands to generate.