summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-02-04 04:20:37 +0100
committerGravatar Nikias Bassen2022-02-04 04:20:37 +0100
commitb5ccf24362f65cacc96f529c33bd2dcf2a50cf1b (patch)
tree61f7278a655f674635a544597f8ef3dabe0b252d /src/Makefile.am
parent3cb687baa8e69fbf57c5e05f4865184eb44abf67 (diff)
downloadlibimobiledevice-glue-b5ccf24362f65cacc96f529c33bd2dcf2a50cf1b.tar.gz
libimobiledevice-glue-b5ccf24362f65cacc96f529c33bd2dcf2a50cf1b.tar.bz2
Add a simple char buffer implementation
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 67986cb..38a2349 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,6 +14,7 @@ libimobiledevice_glue_1_0_la_SOURCES = \
utils.c \
collection.c \
termcolors.c \
+ cbuf.c \
common.h
if WIN32