diff options
author | Nikias Bassen | 2021-06-07 02:01:35 +0200 |
---|---|---|
committer | Nikias Bassen | 2021-06-07 03:41:07 +0200 |
commit | 046b26150e004a8ac740e699c6c3e11be29e8f11 (patch) | |
tree | 8f59597463dccd81ca180a87668e53864c4b09ae /include/Makefile.am | |
download | libimobiledevice-glue-046b26150e004a8ac740e699c6c3e11be29e8f11.tar.gz libimobiledevice-glue-046b26150e004a8ac740e699c6c3e11be29e8f11.tar.bz2 |
Initial check-in of sources
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 0000000..5d54892 --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1,5 @@ +nobase_include_HEADERS = \ + libimobiledevice-glue/socket.h \ + libimobiledevice-glue/thread.h \ + libimobiledevice-glue/utils.h \ + libimobiledevice-glue/collection.h |