forked from PsychoticNinja/irssi
7 lines
124 B
Makefile
7 lines
124 B
Makefile
themedir = $(datadir)/irssi/themes
|
|
theme_DATA = default.theme colorless.theme
|
|
|
|
EXTRA_DIST = \
|
|
$(theme_DATA) \
|
|
meson.build
|