1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

Merge pull request #1101 from ailin-nemui/auto

fix autotools build
This commit is contained in:
ailin-nemui 2019-08-19 15:35:33 +02:00 committed by GitHub
commit 54781a34ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -37,5 +37,3 @@ pkginc_fe_common_irc_HEADERS = \
fe-irc-channels.h \
module.h \
module-formats.h
DISTFILES = $(DIST_COMMON) $(real_sources) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)

View File

@ -7,5 +7,3 @@ SUBDIRS = core dcc flood notifylist $(PROXY)
noinst_LIBRARIES = libirc.a
libirc_a_SOURCES = irc.c
DISTFILES = $(DIST_COMMON) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)