From 9e87e9d460c6428855dbd27724d808b4b8e4bd80 Mon Sep 17 00:00:00 2001 From: Vinicius Costa Gomes Date: Tue, 10 Jul 2012 15:08:20 -0300 Subject: [PATCH] build: Fix typo "profiles_sap" should be "profiles/sap". --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d922f2f19..d65b28cf1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -168,7 +168,7 @@ builtin_nodist += profiles/sap/sap.c noinst_LIBRARIES += profiles/sap/libsap.a -profiles_sap_libsap_a_SOURCES = profiles_sap/sap.h profiles/sap/sap-dummy.c \ +profiles_sap_libsap_a_SOURCES = profiles/sap/sap.h profiles/sap/sap-dummy.c \ profiles/sap/sap-u8500.c endif -- 2.47.3