diff options
| author | 2023-01-08 05:29:22 +0100 | |
|---|---|---|
| committer | 2023-01-08 05:29:22 +0100 | |
| commit | 60d291941fadb72b66d11502710add5899e21a2d (patch) | |
| tree | a7ecccf74cd8fb7e2596fd3531fd9cccefa39dcd /src/Makefile.am | |
| parent | 3f9360e33c13c22648036da42e36f8668e29fb60 (diff) | |
| download | libplist-60d291941fadb72b66d11502710add5899e21a2d.tar.gz libplist-60d291941fadb72b66d11502710add5899e21a2d.tar.bz2 | |
Add support for OpenStep plist format
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d4c9e67..02b516c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -24,6 +24,7 @@ libplist_2_0_la_SOURCES = \ | |||
| 24 | bplist.c \ | 24 | bplist.c \ |
| 25 | jsmn.c jsmn.h \ | 25 | jsmn.c jsmn.h \ |
| 26 | jplist.c \ | 26 | jplist.c \ |
| 27 | oplist.c \ | ||
| 27 | plist.c plist.h | 28 | plist.c plist.h |
| 28 | 29 | ||
| 29 | libplist___2_0_la_LIBADD = libplist-2.0.la | 30 | libplist___2_0_la_LIBADD = libplist-2.0.la |
