mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Merge pull request #939 from ailin-nemui/fix-modules
some header fixes for C modules
This commit is contained in:
commit
ee92e3aff2
@ -53,20 +53,20 @@ irssi_SOURCES = \
|
|||||||
|
|
||||||
pkginc_fe_textdir=$(pkgincludedir)/src/fe-text
|
pkginc_fe_textdir=$(pkgincludedir)/src/fe-text
|
||||||
pkginc_fe_text_HEADERS = \
|
pkginc_fe_text_HEADERS = \
|
||||||
statusbar-item.h
|
gui-printtext.h \
|
||||||
|
gui-windows.h \
|
||||||
|
mainwindows.h \
|
||||||
|
statusbar.h \
|
||||||
|
statusbar-item.h \
|
||||||
|
term.h \
|
||||||
|
textbuffer.h \
|
||||||
|
textbuffer-view.h
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gui-entry.h \
|
gui-entry.h \
|
||||||
gui-printtext.h \
|
gui-readline.h \
|
||||||
gui-readline.h \
|
statusbar-config.h \
|
||||||
gui-windows.h \
|
|
||||||
mainwindows.h \
|
|
||||||
statusbar.h \
|
|
||||||
statusbar-config.h \
|
|
||||||
term.h \
|
|
||||||
terminfo-core.h \
|
terminfo-core.h \
|
||||||
textbuffer.h \
|
|
||||||
textbuffer-view.h \
|
|
||||||
module.h \
|
module.h \
|
||||||
module-formats.h
|
module-formats.h
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user