Make buildsystem use pkg-config to search for kcompat and liburcu
[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)
This page took 0.022392 seconds and 4 git commands to generate.