From 0bdfd14805ca6e217eb6fd43ea0bd31d6a5a0724 Mon Sep 17 00:00:00 2001 From: Vinicius Costa Gomes Date: Tue, 10 Jul 2012 15:08:21 -0300 Subject: [PATCH] build: Fix typo "ptofiles" should have been "profiles" --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d65b28cf1..db8e7aea9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -128,7 +128,7 @@ mcap_sources = if MCAP mcap_sources += profiles/health/mcap_lib.h profiles/health/mcap_internal.h \ - ptofiles/health/mcap.h profiles/health/mcap.c \ + profiles/health/mcap.h profiles/health/mcap.c \ profiles/health/mcap_sync.c endif -- 2.47.3