blob: 951aba5cb28cca4abc5758de617698c0b56d2d4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## Process this file with automake to produce Makefile.in
## Created by Anjuta - will be overwritten
## If you don't want it to overwrite it,
## Please disable it in the Anjuta project configuration
lingot_pixmapsdir = $(prefix)/@NO_PREFIX_PACKAGE_PIXMAPS_DIR@
lingot_pixmaps_DATA = \
lingot-icon.svg
EXTRA_DIST = $(lingot_pixmaps_DATA)
|