63e30b16980b45893a41277ddb4c1ea1c5dd6601
[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@@URCU_LIB@
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.029589 seconds and 3 git commands to generate.