Distribute all necessary files for building
[ust.git] / hello / Makefile.am
CommitLineData
55355fa5
JB
1INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \
2 $(KCOMPAT_CFLAGS) $(URCU_CFLAGS)
3
6cb88bc0 4noinst_PROGRAMS = hello
b4512257 5hello_SOURCES = hello.c tp.c tp.h
55355fa5 6hello_LDADD = $(top_builddir)/libust/libust.la $(URCU_LIBS)
e14a34e0
JB
7
8noinst_SCRIPTS = run
9EXTRA_DIST = run
This page took 0.022532 seconds and 4 git commands to generate.