aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-03-02 17:03:43 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-03-02 17:03:43 +0100
commitbd29eda738740e76384b22c6d3514448e5eff1f6 (patch)
treea2ee5735df7ef1a5d6873798ac09f5f33c338bd4
parentcd80f4ce927a59634894c983471aa0db78ad93a0 (diff)
downloadhardware_replicant_libsamsung-ipc-bd29eda738740e76384b22c6d3514448e5eff1f6.tar.gz
hardware_replicant_libsamsung-ipc-bd29eda738740e76384b22c6d3514448e5eff1f6.tar.bz2
hardware_replicant_libsamsung-ipc-bd29eda738740e76384b22c6d3514448e5eff1f6.zip
Fix mistakes
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--samsung-ipc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/samsung-ipc/Makefile.am b/samsung-ipc/Makefile.am
index ab33bba..427b94e 100644
--- a/samsung-ipc/Makefile.am
+++ b/samsung-ipc/Makefile.am
@@ -29,4 +29,4 @@ libsamsung_ipc_la_LIBADD = \
# As they need to be compiled with different options, this is an issue.
# Without that we might have errors like this one during autogen.sh:
# error: object 'ipc.$(OBJEXT)' created both with libtool and without
-libsamsung_ipc_CPPFLAGS = ${AM_CPPFLAGS}
+libsamsung_ipc_la_CPPFLAGS = ${AM_CPPFLAGS}