summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>2012-07-10 15:08:20 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-07-10 15:21:41 -0300
commit9e87e9d460c6428855dbd27724d808b4b8e4bd80 (patch)
tree15093335daae97b04b2c336328ce3f89f284f999 /Makefile.am
parentcd84ce5248c9614e4efa485827b4763b76478ea7 (diff)
build: Fix typo
"profiles_sap" should be "profiles/sap".
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d922f2f1..d65b28cf 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