RCU Judy Array (rcuja) implementation
[userspace-rcu.git] / tests / utils / Makefile.am
index 6f45810ba303707db6f02cb7d1fd7443d852ecb0..a26b0385734720cddec34b1f57341f79630f7100 100644 (file)
@@ -1,6 +1,11 @@
+AM_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src
+
 noinst_LIBRARIES = libtap.a
 libtap_a_SOURCES = tap.c tap.h
 
+noinst_PROGRAMS = rcuja-testpop
+rcuja_testpop_SOURCES = rcuja-testpop.c
+
 SCRIPT_LIST = tap.sh
 
 dist_noinst_SCRIPTS = $(SCRIPT_LIST)
This page took 0.024397 seconds and 4 git commands to generate.