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

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