1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-02 06:11:11 +00:00

package the meson.build files

This commit is contained in:
Ailin Nemui 2021-01-06 20:58:08 +01:00
parent 1e7af8bf61
commit 1f05f86167
35 changed files with 75 additions and 7 deletions

View File

@ -30,4 +30,6 @@ EXTRA_DIST = \
autogen.sh \
README.md \
$(conf_DATA) \
irssi-icon.png
irssi-icon.png \
meson.build \
meson_options.txt

View File

@ -15,6 +15,7 @@ doc_DATA = \
startup-HOWTO.html \
startup-HOWTO.txt
EXTRA_DIST = $(doc_DATA) $(man_MANS)
EXTRA_DIST = $(doc_DATA) $(man_MANS) \
meson.build
SUBDIRS = help

View File

@ -7,6 +7,7 @@ help_DATA = \
EXTRA_DIST = \
Makefile.am.gen \
$(help_DATA)
$(help_DATA) \
meson.build
SUBDIRS = in

View File

@ -14,4 +14,5 @@ script_DATA = \
scriptassist.pl \
usercount.pl
EXTRA_DIST = $(script_DATA)
EXTRA_DIST = $(script_DATA) \
meson.build

View File

@ -23,3 +23,5 @@ pkginc_src_HEADERS = \
common.h
SUBDIRS = lib-config core irc fe-common $(PERLDIR) $(OTRDIR) $(TEXTUI) $(BOTUI) $(FUZZERUI)
EXTRA_DIST = meson.build

View File

@ -117,3 +117,5 @@ pkginc_core_HEADERS = \
tls.h \
write-buffer.h \
$(structure_headers)
EXTRA_DIST = meson.build

View File

@ -1 +1,3 @@
SUBDIRS = core irc
EXTRA_DIST = meson.build

View File

@ -68,3 +68,5 @@ pkginc_fe_common_core_HEADERS = \
window-items.h \
windows-layout.h \
fe-windows.h
EXTRA_DIST = meson.build

View File

@ -37,3 +37,5 @@ pkginc_fe_common_irc_HEADERS = \
fe-irc-channels.h \
module.h \
module-formats.h
EXTRA_DIST = meson.build

View File

@ -19,3 +19,5 @@ pkginc_fe_common_irc_dcc_HEADERS = \
module.h \
module-formats.h \
fe-dcc.h
EXTRA_DIST = meson.build

View File

@ -13,3 +13,5 @@ pkginc_fe_common_irc_notifylistdir=$(pkgincludedir)/src/fe-common/irc/notifylist
pkginc_fe_common_irc_notifylist_HEADERS = \
module.h \
module-formats.h
EXTRA_DIST = meson.build

View File

@ -35,3 +35,5 @@ server_fuzz_SOURCES = \
noinst_HEADERS = \
null-logger.h \
../fe-text/module-formats.h
EXTRA_DIST = meson.build

View File

@ -1 +1,3 @@
SUBDIRS = core
EXTRA_DIST = meson.build

View File

@ -28,3 +28,5 @@ theme_load_fuzz_SOURCES = \
noinst_HEADERS = \
$(top_srcdir)/src/fe-text/module-formats.h
EXTRA_DIST = meson.build

View File

@ -1 +1,3 @@
SUBDIRS = core
EXTRA_DIST = meson.build

View File

@ -28,3 +28,5 @@ event_get_params_fuzz_SOURCES = \
noinst_HEADERS = \
$(top_srcdir)/src/fe-text/module-formats.h
EXTRA_DIST = meson.build

View File

@ -16,3 +16,5 @@ botti_SOURCES = \
noinst_HEADERS = \
module.h
EXTRA_DIST = meson.build

View File

@ -70,4 +70,5 @@ noinst_HEADERS = \
module-formats.h
EXTRA_DIST = \
$(terminfo_sources)
$(terminfo_sources) \
meson.build

View File

@ -7,3 +7,5 @@ SUBDIRS = core dcc flood notifylist $(PROXY)
noinst_LIBRARIES = libirc.a
libirc_a_SOURCES = irc.c
EXTRA_DIST = meson.build

View File

@ -57,3 +57,5 @@ pkginc_irc_core_HEADERS = \
netsplit.h \
servers-idle.h \
servers-redirect.h
EXTRA_DIST = meson.build

View File

@ -25,3 +25,5 @@ pkginc_irc_dcc_HEADERS = \
dcc-queue.h \
module.h \
dcc-server.h
EXTRA_DIST = meson.build

View File

@ -10,3 +10,5 @@ libirc_flood_a_SOURCES = \
pkginc_irc_flooddir=$(pkgincludedir)/src/irc/flood
pkginc_irc_flood_HEADERS = \
module.h
EXTRA_DIST = meson.build

View File

@ -15,3 +15,5 @@ pkginc_irc_notifylist_HEADERS = \
notifylist.h \
notify-setup.h \
module.h
EXTRA_DIST = meson.build

View File

@ -23,3 +23,5 @@ noinst_HEADERS = \
clean-generic:
rm -f libirc_proxy.a
EXTRA_DIST = meson.build

View File

@ -13,3 +13,5 @@ pkginc_lib_configdir=$(pkgincludedir)/src/lib-config
pkginc_lib_config_HEADERS = \
iconfig.h \
module.h
EXTRA_DIST = meson.build

View File

@ -35,3 +35,5 @@ noinst_HEADERS = \
otr-formats.h \
otr-fe.h \
otr.h
EXTRA_DIST = meson.build

View File

@ -119,7 +119,12 @@ EXTRA_DIST = \
$(common_sources) \
$(irc_sources) \
$(ui_sources) \
$(textui_sources)
$(textui_sources) \
meson.build \
common/meson.build \
irc/meson.build \
ui/meson.build \
textui/meson.build
am_v_pl__show_gen = $(am__v_pl__show_gen_$(V))
am_v_pl__hide_gen = $(am__v_pl__hide_gen_$(V))

View File

@ -3,3 +3,5 @@ TEXTUI=fe-text
endif
SUBDIRS = fe-common irc $(TEXTUI)
EXTRA_DIST = meson.build

View File

@ -1 +1,3 @@
SUBDIRS = core
EXTRA_DIST = meson.build

View File

@ -22,3 +22,5 @@ test_formats_LDADD = \
test_formats_SOURCES = \
test-formats.c
EXTRA_DIST += meson.build

View File

@ -33,3 +33,5 @@ test_paste_join_multiline_SOURCES = \
../../src/fe-text/gui-printtext.c \
mock-irssi.c \
test-paste-join-multiline.c
EXTRA_DIST += meson.build

View File

@ -1,3 +1,5 @@
SUBDIRS = \
core \
flood
EXTRA_DIST = meson.build

View File

@ -26,3 +26,5 @@ test_channel_events_SOURCES = \
test_irc_SOURCES = \
test-irc.c
EXTRA_DIST += meson.build

View File

@ -32,3 +32,5 @@ test_796_LDADD = \
test_796_SOURCES = \
test-796.c
EXTRA_DIST += meson.build

View File

@ -2,4 +2,5 @@ themedir = $(datadir)/irssi/themes
theme_DATA = default.theme colorless.theme
EXTRA_DIST = \
$(theme_DATA)
$(theme_DATA) \
meson.build