Modify buildsystem to be able to compile with installed libraries
[ust.git] / hello / Makefile.am
index 2a4e6b7d02602af601030651fba84dc8d0e03f16..63e30b16980b45893a41277ddb4c1ea1c5dd6601 100644 (file)
@@ -1,6 +1,6 @@
-bin_PROGRAMS = hello
+noinst_PROGRAMS = hello
 hello_SOURCES = hello.c tp.c tp.h
-hello_LDADD = $(top_builddir)/libust/libust.la @URCU_PATH@/liburcu.so
+hello_LDADD = $(top_builddir)/libust/libust.la @URCU_PATH@@URCU_LIB@
 
 INCLUDES = -I$(top_builddir)/share
 INCLUDES += -I@URCU_PATH@
This page took 0.024361 seconds and 4 git commands to generate.