generated from smedev/Template-for-SMEServer-Contribs-Package
11 lines
240 B
Makefile
11 lines
240 B
Makefile
|
## Process this file with automake to produce Makefile.in
|
||
|
## Created by Ozkan KIRIK
|
||
|
|
||
|
SUBDIRS = htmltemp lang
|
||
|
|
||
|
isoqlog_confdir = ${prefix}/etc
|
||
|
isoqlog_conf_DATA = isoqlog.conf-dist \
|
||
|
isoqlog.domains-dist
|
||
|
|
||
|
EXTRA_DIST = $(isoqlog_conf_DATA)
|