Move kernelcompat.h to include/ust/ and share.h, usterr.h to include/
[ust.git] / tests / basic / Makefile.am
index d949bb4679c288742491a8a2c074a385455d1e6f..4945cdf15764254bcdb3ccc84dfe3b5a77daf234 100644 (file)
@@ -1,9 +1,8 @@
-INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \
-       $(KCOMPAT_CFLAGS) $(URCU_CFLAGS)
+AM_CPPFLAGS = -I$(top_builddir)/include
 
 noinst_PROGRAMS = basic
 basic_SOURCES = basic.c
-basic_LDADD = $(top_builddir)/libust/libust.la $(URCU_LIBS)
+basic_LDADD = $(top_builddir)/libust/libust.la
 
 noinst_SCRIPTS = run
 EXTRA_DIST = run
This page took 0.052573 seconds and 4 git commands to generate.