diff options
author | David Schleef <ds@schleef.org> | 2009-10-01 10:29:35 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2009-10-01 10:29:35 -0700 |
commit | 5a10ca23dc6b1a4d0fa5c62e2a6a6891f69071d3 (patch) | |
tree | eaf6f2bd9f09440c67b357973a78ed1494acfd1c /orc-test/Makefile.am | |
parent | 7f1fde4a5b69a4c0eb6105d8832b584f49d5c386 (diff) |
orc-test: add profiling from liboil
Diffstat (limited to 'orc-test/Makefile.am')
-rw-r--r-- | orc-test/Makefile.am | 6 |
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 |