summaryrefslogtreecommitdiff
path: root/orc-test/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2009-10-01 10:29:35 -0700
committerDavid Schleef <ds@schleef.org>2009-10-01 10:29:35 -0700
commit5a10ca23dc6b1a4d0fa5c62e2a6a6891f69071d3 (patch)
treeeaf6f2bd9f09440c67b357973a78ed1494acfd1c /orc-test/Makefile.am
parent7f1fde4a5b69a4c0eb6105d8832b584f49d5c386 (diff)
orc-test: add profiling from liboil
Diffstat (limited to 'orc-test/Makefile.am')
-rw-r--r--orc-test/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/orc-test/Makefile.am b/orc-test/Makefile.am
index 5883662..be27749 100644
--- a/orc-test/Makefile.am
+++ b/orc-test/Makefile.am
@@ -12,10 +12,12 @@ liborc_test_@ORC_MAJORMINOR@_la_CFLAGS = $(ORC_CFLAGS) \
liborc_test_@ORC_MAJORMINOR@_la_SOURCES = \
orctest.c \
orcarray.c \
- orcrandom.c
+ orcrandom.c \
+ orcprofile.c
pkginclude_HEADERS = \
orctest.h \
orcarray.h \
- orcrandom.h
+ orcrandom.h \
+ orcprofile.h