219be7a72f874ab7c4914399d8bbf9b7b4bd1052
[ust.git] / tests / basic_long / Makefile.am
1 INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \
2 $(KCOMPAT_CFLAGS) $(URCU_CFLAGS)
3
4 noinst_PROGRAMS = basic_long
5 basic_long_SOURCES = basic_long.c
6 basic_long_LDADD = $(top_builddir)/libust/libust.la $(URCU_LIBS)
7
8 noinst_SCRIPTS = run
9 EXTRA_DIST = run
This page took 0.029876 seconds and 3 git commands to generate.