package the meson.build files

This commit is contained in:
Ailin Nemui 2021-01-06 20:58:08 +01:00
commit 1f05f86167
35 changed files with 75 additions and 7 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