generated from smedev/Template-for-SMEServer-Contribs-Package
12 lines
299 B
Makefile
12 lines
299 B
Makefile
|
## Process this file with automake to produce Makefile.in
|
||
|
## Created by Ozkan KIRIK
|
||
|
|
||
|
isoqlog_htmltemp_imagesdir = ${prefix}/share/isoqlog/htmltemp/images
|
||
|
isoqlog_htmltemp_images_DATA = dot.gif \
|
||
|
home.gif \
|
||
|
isoqlog.gif \
|
||
|
pk.gif \
|
||
|
up.gif
|
||
|
|
||
|
EXTRA_DIST = $(isoqlog_htmltemp_images_DATA)
|