diff options
| author | 2013-12-13 00:44:17 +0100 | |
|---|---|---|
| committer | 2013-12-13 00:44:17 +0100 | |
| commit | a798afc8b5b00a43f4b121168e0419df2d398338 (patch) | |
| tree | c178d7a149028944254511d03f91266ca43cfcbd /include/Makefile.am | |
| parent | 3b7647499474619b3e24bf01105b6b037887a0ed (diff) | |
| download | libplist-a798afc8b5b00a43f4b121168e0419df2d398338.tar.gz libplist-a798afc8b5b00a43f4b121168e0419df2d398338.tar.bz2 | |
change build system to autotools
Diffstat (limited to 'include/Makefile.am')
| -rw-r--r-- | include/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 0000000..4e4db2e --- /dev/null +++ b/include/Makefile.am | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | nobase_include_HEADERS = plist/plist.h \ | ||
| 2 | plist/plist++.h \ | ||
| 3 | plist/Array.h \ | ||
| 4 | plist/Boolean.h \ | ||
| 5 | plist/Data.h \ | ||
| 6 | plist/Date.h \ | ||
| 7 | plist/Dictionary.h \ | ||
| 8 | plist/Integer.h \ | ||
| 9 | plist/Key.h \ | ||
| 10 | plist/Node.h \ | ||
| 11 | plist/Real.h \ | ||
| 12 | plist/String.h \ | ||
| 13 | plist/Structure.h \ | ||
| 14 | plist/Uid.h | ||
