Modify buildsystem to be able to compile with installed libraries
[ust.git] / hello / Makefile.am
index f682130d220f1eef746fc454b1d212d71460e910..63e30b16980b45893a41277ddb4c1ea1c5dd6601 100644 (file)
@@ -1,6 +1,6 @@
 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.022613 seconds and 4 git commands to generate.