rcuja: add testpop to makefile
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 7 Jun 2013 17:23:25 +0000 (13:23 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 7 Jun 2013 17:23:25 +0000 (13:23 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile.am
configure.ac
rcuja/Makefile.am [new file with mode: 0644]

index d58a483b15ef05ee8f0e5a7e3a2fd6f10edf72ae..0501e14367ba0f28b3a7a27a5bad1fc98144e161 100644 (file)
@@ -7,7 +7,7 @@ INCLUDES = -I$(top_builddir)/urcu
 AM_LDFLAGS=-lpthread -version-info $(URCU_LIBRARY_VERSION)
 AM_CFLAGS=-Wall
 
-SUBDIRS = . doc tests
+SUBDIRS = . doc tests rcuja
 
 include_HEADERS = urcu.h urcu-bp.h urcu-call-rcu.h urcu-defer.h \
                urcu-pointer.h urcu-qsbr.h urcu-flavor.h
index 058be2065dfd62215a8960efcefe6843b94b7511..bb95f1c2fc370c2b3f47cf5f1429c95c01e1a5aa 100644 (file)
@@ -292,6 +292,7 @@ AC_CONFIG_FILES([
        doc/Makefile
        doc/examples/Makefile
        tests/Makefile
+       rcuja/Makefile
        liburcu.pc
        liburcu-bp.pc
        liburcu-cds.pc
diff --git a/rcuja/Makefile.am b/rcuja/Makefile.am
new file mode 100644 (file)
index 0000000..3c96d85
--- /dev/null
@@ -0,0 +1,5 @@
+AM_CFLAGS=-I$(top_srcdir) -I$(top_builddir) -Wall
+
+noinst_PROGRAMS = testpop
+
+testpop_SOURCES = testpop.c
This page took 0.0258 seconds and 4 git commands to generate.