85b04b6679c23913a7421c62fa164eddb0f01755
[ust.git] / hello / Makefile.am
1 INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \
2 $(KCOMPAT_CFLAGS) $(URCU_CFLAGS)
3
4 noinst_PROGRAMS = hello
5 hello_SOURCES = hello.c tp.c tp.h
6 hello_LDADD = $(top_builddir)/libust/libust.la $(URCU_LIBS)
This page took 0.029764 seconds and 3 git commands to generate.