diff options
Diffstat (limited to '')
-rw-r--r-- | src/others/mimesh/libg3d-0.0.8/include/g3d/Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/others/mimesh/libg3d-0.0.8/include/g3d/Makefile.am b/src/others/mimesh/libg3d-0.0.8/include/g3d/Makefile.am new file mode 100644 index 0000000..9b31564 --- /dev/null +++ b/src/others/mimesh/libg3d-0.0.8/include/g3d/Makefile.am | |||
@@ -0,0 +1,21 @@ | |||
1 | g3dincludedir = $(includedir)/g3d | ||
2 | |||
3 | g3dinclude_HEADERS = \ | ||
4 | debug.h \ | ||
5 | g3d.h \ | ||
6 | types.h \ | ||
7 | context.h \ | ||
8 | plugins.h \ | ||
9 | model.h \ | ||
10 | object.h \ | ||
11 | face.h \ | ||
12 | material.h \ | ||
13 | texture.h \ | ||
14 | stream.h \ | ||
15 | read.h \ | ||
16 | iff.h \ | ||
17 | primitive.h \ | ||
18 | vector.h \ | ||
19 | matrix.h \ | ||
20 | quat.h | ||
21 | |||