diff options
Diffstat (limited to 'src/others/mimesh/libg3d-0.0.8/Makefile.am')
-rw-r--r-- | src/others/mimesh/libg3d-0.0.8/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/others/mimesh/libg3d-0.0.8/Makefile.am b/src/others/mimesh/libg3d-0.0.8/Makefile.am new file mode 100644 index 0000000..0705705 --- /dev/null +++ b/src/others/mimesh/libg3d-0.0.8/Makefile.am | |||
@@ -0,0 +1,11 @@ | |||
1 | SUBDIRS = . doc m4 include src plugins programs tests | ||
2 | |||
3 | pkgconfigdir=${libdir}/pkgconfig | ||
4 | |||
5 | pkgconfig_DATA = libg3d.pc | ||
6 | pkglib_DATA = libg3d.magic | ||
7 | |||
8 | deb: | ||
9 | fakeroot dpkg-buildpackage | ||
10 | |||
11 | EXTRA_DIST = libg3d.magic | ||