diff options
author | Nikias Bassen | 2022-02-04 04:20:37 +0100 |
---|---|---|
committer | Nikias Bassen | 2022-02-04 04:20:37 +0100 |
commit | b5ccf24362f65cacc96f529c33bd2dcf2a50cf1b (patch) | |
tree | 61f7278a655f674635a544597f8ef3dabe0b252d /include/Makefile.am | |
parent | 3cb687baa8e69fbf57c5e05f4865184eb44abf67 (diff) | |
download | libimobiledevice-glue-b5ccf24362f65cacc96f529c33bd2dcf2a50cf1b.tar.gz libimobiledevice-glue-b5ccf24362f65cacc96f529c33bd2dcf2a50cf1b.tar.bz2 |
Add a simple char buffer implementation
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index a661eeb..3684b8f 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -3,4 +3,5 @@ nobase_include_HEADERS = \ libimobiledevice-glue/thread.h \ libimobiledevice-glue/utils.h \ libimobiledevice-glue/collection.h \ - libimobiledevice-glue/termcolors.h + libimobiledevice-glue/termcolors.h \ + libimobiledevice-glue/cbuf.h |