Rename libustcmd to libustctl
[ust.git] / tests / libustctl_function_tests / Makefile.am
diff --git a/tests/libustctl_function_tests/Makefile.am b/tests/libustctl_function_tests/Makefile.am
new file mode 100644 (file)
index 0000000..723b456
--- /dev/null
@@ -0,0 +1,10 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/
+
+noinst_PROGRAMS = libustctl_function_tests
+libustctl_function_tests_SOURCES = libustctl_function_tests.c
+libustctl_function_tests_LDADD = $(top_builddir)/libust/libust.la \
+       $(top_builddir)/libustctl/libustctl.la \
+       $(top_builddir)/libust-initializer.o \
+       $(top_builddir)/tests/libtap.la \
+       -lpthread
+
This page took 0.023306 seconds and 4 git commands to generate.