Commit | Line | Data |
---|---|---|
55355fa5 JB |
1 | INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \ |
2 | $(KCOMPAT_CFLAGS) $(URCU_CFLAGS) | |
3 | ||
6cb88bc0 | 4 | noinst_PROGRAMS = hello |
b4512257 | 5 | hello_SOURCES = hello.c tp.c tp.h |
55355fa5 | 6 | hello_LDADD = $(top_builddir)/libust/libust.la $(URCU_LIBS) |