continue working on build system
[ust.git] / ustd / Makefile.am
1 bin_PROGRAMS = ustd
2 ustd_SOURCES = lowlevel.c localerr.h ustd.c ustd.h $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/libustcomm/ustcomm.h $(top_builddir)/share/kref.c
3 ustd_LDFLAGS = -lpthread
4
5 INCLUDES = -I$(top_builddir)/share
6 #INCLUDES += -I@URCU_PATH@
7 INCLUDES += -I@KCOMPAT_PATH@
8 INCLUDES += -I$(top_builddir)/libust
9 INCLUDES += -I$(top_builddir)/libustcomm
This page took 0.030902 seconds and 5 git commands to generate.