Commit | Line | Data |
---|---|---|
2298f329 NC |
1 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/ |
2 | ||
3 | noinst_PROGRAMS = libustctl_function_tests | |
4 | libustctl_function_tests_SOURCES = libustctl_function_tests.c | |
5 | libustctl_function_tests_LDADD = $(top_builddir)/libust/libust.la \ | |
6 | $(top_builddir)/libustctl/libustctl.la \ | |
7 | $(top_builddir)/libust-initializer.o \ | |
67787f50 | 8 | $(top_builddir)/tests/libtap.a \ |
2298f329 NC |
9 | -lpthread |
10 |