mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
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:
commit
ea5121da3b
46 changed files with 261 additions and 155 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue