summaryrefslogtreecommitdiff
path: root/orc-test/Makefile.am
blob: 0493334b02b474185cedd0f2cd6097c7ef2b88bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

pkgincludedir = $(includedir)/orc-@ORC_MAJORMINOR@/orc-test

lib_LTLIBRARIES = liborc-test-@ORC_MAJORMINOR@.la

liborc_test_@ORC_MAJORMINOR@_la_LIBADD = $(ORC_LIBS)
liborc_test_@ORC_MAJORMINOR@_la_LDFLAGS = \
	-version-info $(ORC_LIBVERSION) \
	-no-undefined -export-symbols-regex 'orc_'
liborc_test_@ORC_MAJORMINOR@_la_CFLAGS = $(ORC_CFLAGS) \
	-DORC_ENABLE_UNSTABLE_API

liborc_test_@ORC_MAJORMINOR@_la_SOURCES = \
	orctest.c \
	orcarray.c \
	orcrandom.c \
	orcprofile.c

pkginclude_HEADERS = \
	orctest.h \
	orcarray.h \
	orcrandom.h \
	orcprofile.h