Merge pull request #1252 from ailin-nemui/build-fixes-test-actions

fix autotools build and package the meson.build files
This commit is contained in:
ailin-nemui 2021-01-11 11:15:57 +01:00 committed by GitHub
commit ea5121da3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 261 additions and 155 deletions

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))