Modify buildsystem to be able to compile with installed libraries
[ust.git] / hello / Makefile.am
CommitLineData
6cb88bc0 1noinst_PROGRAMS = hello
b4512257 2hello_SOURCES = hello.c tp.c tp.h
afa28e03 3hello_LDADD = $(top_builddir)/libust/libust.la @URCU_PATH@@URCU_LIB@
7a7dca40
PMF
4
5INCLUDES = -I$(top_builddir)/share
6INCLUDES += -I@URCU_PATH@
7INCLUDES += -I@KCOMPAT_PATH@
b4512257 8INCLUDES += -I$(top_builddir)/libust
This page took 0.022528 seconds and 4 git commands to generate.