mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
11 lines
165 B
Makefile
11 lines
165 B
Makefile
if BUILD_IRSSIPROXY
|
|
PROXY=proxy
|
|
endif
|
|
|
|
SUBDIRS = core dcc flood notifylist $(PROXY)
|
|
|
|
noinst_LIBRARIES = libirc.a
|
|
|
|
libirc_a_SOURCES = irc.c
|
|
|
|
EXTRA_DIST = meson.build
|