blob: c23bd7d60011f6eea13a25a9201e40205aeac680 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
###############################################################################
# KVirc IRC client Makefile - 16.12.98 Szymon Stefanek <stefanek@tin.it>
###############################################################################
SUBDIRS = scriptexamples
EXTRA_DIST = COPYING *.txt
tmpdir = $(licensedir)
tmp_DATA = COPYING
|