aboutsummaryrefslogtreecommitdiffstats
path: root/src/perftool.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/perftool.am')
-rw-r--r--src/perftool.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/perftool.am b/src/perftool.am
index 09f1681a..23e45033 100644
--- a/src/perftool.am
+++ b/src/perftool.am
@@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-bin_PROGRAMS += c2cpel cpelatency cpeldump cpelinreg cpelstate
+bin_PROGRAMS += c2cpel cpelatency cpeldump cpelinreg cpelstate elog_merge
lib_LTLIBRARIES += libcperf.la
@@ -38,4 +38,7 @@ cpelinreg_LDADD = $(PERFTOOL_LIBS)
cpelstate_SOURCES = tools/perftool/cpelstate.c
cpelstate_LDADD = $(PERFTOOL_LIBS)
+elog_merge_SOURCES = tools/perftool/elog_merge.c
+elog_merge_LDADD = $(PERFTOOL_LIBS)
+
# vi:syntax=automake