Autotools all the things!
[librseq.git] / tests / Makefile.am
1 # SPDX-License-Identifier: MIT
2 #
3 # Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
4 #
5
6 AM_CFLAGS += -I$(top_srcdir)/include -I$(top_builddir)/include
7
8 if HAVE_CPU_OPV
9 noinst_PROGRAMS = basic_percpu_ops_test
10
11 basic_percpu_ops_test_SOURCES = basic_percpu_ops_test.c
12 basic_percpu_ops_test_LDADD = $(top_builddir)/src/librseq.la
13 endif
This page took 0.032563 seconds and 4 git commands to generate.