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