X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=hello%2FMakefile.am;h=85b04b6679c23913a7421c62fa164eddb0f01755;hb=55355fa5bb062aeb705e808642bf953d9de9b3ba;hp=63e30b16980b45893a41277ddb4c1ea1c5dd6601;hpb=afa28e0364b5132f3473ff08d9bca2026e723b41;p=ust.git diff --git a/hello/Makefile.am b/hello/Makefile.am index 63e30b1..85b04b6 100644 --- a/hello/Makefile.am +++ b/hello/Makefile.am @@ -1,8 +1,6 @@ +INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \ + $(KCOMPAT_CFLAGS) $(URCU_CFLAGS) + noinst_PROGRAMS = hello hello_SOURCES = hello.c tp.c tp.h -hello_LDADD = $(top_builddir)/libust/libust.la @URCU_PATH@@URCU_LIB@ - -INCLUDES = -I$(top_builddir)/share -INCLUDES += -I@URCU_PATH@ -INCLUDES += -I@KCOMPAT_PATH@ -INCLUDES += -I$(top_builddir)/libust +hello_LDADD = $(top_builddir)/libust/libust.la $(URCU_LIBS)