continue working on build system
[ust.git] / hello / Makefile.am
1 noinst_PROGRAMS = hello
2 hello_SOURCES = hello.c tp.c tp.h
3 hello_LDADD = $(top_builddir)/libust/libust.la @URCU_PATH@/liburcu.so
4
5 INCLUDES = -I$(top_builddir)/share
6 INCLUDES += -I@URCU_PATH@
7 INCLUDES += -I@KCOMPAT_PATH@
8 INCLUDES += -I$(top_builddir)/libust
This page took 0.030217 seconds and 4 git commands to generate.