aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/mimesh/g3dviewer-0.2.99.4/pixmaps/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/others/mimesh/g3dviewer-0.2.99.4/pixmaps/Makefile.am')
-rw-r--r--src/others/mimesh/g3dviewer-0.2.99.4/pixmaps/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/others/mimesh/g3dviewer-0.2.99.4/pixmaps/Makefile.am b/src/others/mimesh/g3dviewer-0.2.99.4/pixmaps/Makefile.am
new file mode 100644
index 0000000..a9c9a1d
--- /dev/null
+++ b/src/others/mimesh/g3dviewer-0.2.99.4/pixmaps/Makefile.am
@@ -0,0 +1,17 @@
1PKGICONS = \
2 icon16_plugins.xpm \
3 icon16_model.xpm \
4 icon16_material.xpm \
5 icon16_texture.xpm \
6 icon16_property.png \
7 icon16_object.png
8
9ICONS =
10
11pkgpixmapdir = $(pkgdatadir)/pixmaps
12pixmapdir = $(datadir)/pixmaps
13
14pkgpixmap_DATA = ${PKGICONS}
15pixmap_DATA = ${ICONS}
16
17EXTRA_DIST = ${ICONS} ${PKGICONS}