diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-05-27 14:28:48 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-05-28 09:25:27 -0400 |
| commit | f926647d980c5697f9a6815e3144f6e34d4ca86d (patch) | |
| tree | 82cffb68c7bf943f3cfb10dd9133c0e9b5e752ed /src/libply/Makefile.am | |
| parent | 1a66267ef5a86196a2480af383013f6d3c4a5bc7 (diff) | |
| download | plymouth-f926647d980c5697f9a6815e3144f6e34d4ca86d.tar.gz plymouth-f926647d980c5697f9a6815e3144f6e34d4ca86d.tar.xz plymouth-f926647d980c5697f9a6815e3144f6e34d4ca86d.zip | |
Add new array type to make managing arrays easier
This is just a thin wrapper around the buffer object,
that keeps the data in terms of "elements" instead of
bytes, and always null terminates the result.
Diffstat (limited to 'src/libply/Makefile.am')
| -rw-r--r-- | src/libply/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libply/Makefile.am b/src/libply/Makefile.am index 9855982..6f619d2 100644 --- a/src/libply/Makefile.am +++ b/src/libply/Makefile.am @@ -15,6 +15,8 @@ libply_la_SOURCES = ply-event-loop.c \ ply-frame-buffer.c \ ply-buffer.c \ ply-buffer.h \ + ply-array.c \ + ply-array.h \ ply-list.c \ ply-list.h \ ply-logger.c \ |
