forked from PsychoticNinja/irssi
package the meson.build files
This commit is contained in:
parent
1e7af8bf61
commit
1f05f86167
@ -30,4 +30,6 @@ EXTRA_DIST = \
|
||||
autogen.sh \
|
||||
README.md \
|
||||
$(conf_DATA) \
|
||||
irssi-icon.png
|
||||
irssi-icon.png \
|
||||
meson.build \
|
||||
meson_options.txt
|
||||
|
@ -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
|
||||
|
@ -7,6 +7,7 @@ help_DATA = \
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.am.gen \
|
||||
$(help_DATA)
|
||||
$(help_DATA) \
|
||||
meson.build
|
||||
|
||||
SUBDIRS = in
|
||||
|
@ -14,4 +14,5 @@ script_DATA = \
|
||||
scriptassist.pl \
|
||||
usercount.pl
|
||||
|
||||
EXTRA_DIST = $(script_DATA)
|
||||
EXTRA_DIST = $(script_DATA) \
|
||||
meson.build
|
||||
|
@ -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
|
||||
|
@ -117,3 +117,5 @@ pkginc_core_HEADERS = \
|
||||
tls.h \
|
||||
write-buffer.h \
|
||||
$(structure_headers)
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -1 +1,3 @@
|
||||
SUBDIRS = core irc
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -68,3 +68,5 @@ pkginc_fe_common_core_HEADERS = \
|
||||
window-items.h \
|
||||
windows-layout.h \
|
||||
fe-windows.h
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -37,3 +37,5 @@ pkginc_fe_common_irc_HEADERS = \
|
||||
fe-irc-channels.h \
|
||||
module.h \
|
||||
module-formats.h
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -19,3 +19,5 @@ pkginc_fe_common_irc_dcc_HEADERS = \
|
||||
module.h \
|
||||
module-formats.h \
|
||||
fe-dcc.h
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -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
|
||||
|
@ -35,3 +35,5 @@ server_fuzz_SOURCES = \
|
||||
noinst_HEADERS = \
|
||||
null-logger.h \
|
||||
../fe-text/module-formats.h
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -1 +1,3 @@
|
||||
SUBDIRS = core
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -28,3 +28,5 @@ theme_load_fuzz_SOURCES = \
|
||||
|
||||
noinst_HEADERS = \
|
||||
$(top_srcdir)/src/fe-text/module-formats.h
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -1 +1,3 @@
|
||||
SUBDIRS = core
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -28,3 +28,5 @@ event_get_params_fuzz_SOURCES = \
|
||||
|
||||
noinst_HEADERS = \
|
||||
$(top_srcdir)/src/fe-text/module-formats.h
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -16,3 +16,5 @@ botti_SOURCES = \
|
||||
|
||||
noinst_HEADERS = \
|
||||
module.h
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -70,4 +70,5 @@ noinst_HEADERS = \
|
||||
module-formats.h
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(terminfo_sources)
|
||||
$(terminfo_sources) \
|
||||
meson.build
|
||||
|
@ -7,3 +7,5 @@ SUBDIRS = core dcc flood notifylist $(PROXY)
|
||||
noinst_LIBRARIES = libirc.a
|
||||
|
||||
libirc_a_SOURCES = irc.c
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -57,3 +57,5 @@ pkginc_irc_core_HEADERS = \
|
||||
netsplit.h \
|
||||
servers-idle.h \
|
||||
servers-redirect.h
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -25,3 +25,5 @@ pkginc_irc_dcc_HEADERS = \
|
||||
dcc-queue.h \
|
||||
module.h \
|
||||
dcc-server.h
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -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
|
||||
|
@ -15,3 +15,5 @@ pkginc_irc_notifylist_HEADERS = \
|
||||
notifylist.h \
|
||||
notify-setup.h \
|
||||
module.h
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -23,3 +23,5 @@ noinst_HEADERS = \
|
||||
|
||||
clean-generic:
|
||||
rm -f libirc_proxy.a
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -13,3 +13,5 @@ pkginc_lib_configdir=$(pkgincludedir)/src/lib-config
|
||||
pkginc_lib_config_HEADERS = \
|
||||
iconfig.h \
|
||||
module.h
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -35,3 +35,5 @@ noinst_HEADERS = \
|
||||
otr-formats.h \
|
||||
otr-fe.h \
|
||||
otr.h
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -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))
|
||||
|
@ -3,3 +3,5 @@ TEXTUI=fe-text
|
||||
endif
|
||||
|
||||
SUBDIRS = fe-common irc $(TEXTUI)
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -1 +1,3 @@
|
||||
SUBDIRS = core
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -22,3 +22,5 @@ test_formats_LDADD = \
|
||||
|
||||
test_formats_SOURCES = \
|
||||
test-formats.c
|
||||
|
||||
EXTRA_DIST += meson.build
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,5 @@
|
||||
SUBDIRS = \
|
||||
core \
|
||||
flood
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
@ -26,3 +26,5 @@ test_channel_events_SOURCES = \
|
||||
|
||||
test_irc_SOURCES = \
|
||||
test-irc.c
|
||||
|
||||
EXTRA_DIST += meson.build
|
||||
|
@ -32,3 +32,5 @@ test_796_LDADD = \
|
||||
|
||||
test_796_SOURCES = \
|
||||
test-796.c
|
||||
|
||||
EXTRA_DIST += meson.build
|
||||
|
@ -2,4 +2,5 @@ themedir = $(datadir)/irssi/themes
|
||||
theme_DATA = default.theme colorless.theme
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(theme_DATA)
|
||||
$(theme_DATA) \
|
||||
meson.build
|
||||
|
Loading…
x
Reference in New Issue
Block a user