aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/Makefile.am
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-03-10 18:34:33 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-09-01 15:21:37 +0200
commite9d55ae583fb3cb8384fbbd21d873f8b9b5b5a46 (patch)
treea0bf9993cc01cffb798a1390263a6202af364b41 /samsung-ipc/Makefile.am
parent1d30f22b243f932af5be46f1de92eca6b3258948 (diff)
downloadhardware_replicant_libsamsung-ipc-e9d55ae583fb3cb8384fbbd21d873f8b9b5b5a46.tar.gz
hardware_replicant_libsamsung-ipc-e9d55ae583fb3cb8384fbbd21d873f8b9b5b5a46.tar.bz2
hardware_replicant_libsamsung-ipc-e9d55ae583fb3cb8384fbbd21d873f8b9b5b5a46.zip
Move string functions in their own file
There are already 4 string functions and combined together, they already take more than 300 lines, so it makes sense to move them in a separate file. In addition, it will also clarify in which files new string functions are supposed to be added in. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'samsung-ipc/Makefile.am')
-rw-r--r--samsung-ipc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/samsung-ipc/Makefile.am b/samsung-ipc/Makefile.am
index ed6331f..6b2e9f9 100644
--- a/samsung-ipc/Makefile.am
+++ b/samsung-ipc/Makefile.am
@@ -17,6 +17,7 @@ lib_LTLIBRARIES = \
libsamsung_ipc_la_SOURCES = \
ipc.c \
ipc.h \
+ ipc_strings.c \
ipc_utils.c \
utils.c \
call.c \