mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
noinst_HEADERS -> pkginc_HEADERS
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3250 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
fda6dce872
commit
777bb76195
@ -18,6 +18,8 @@ conf_DATA = irssi.conf
|
||||
themedir = $(datadir)/irssi/themes
|
||||
theme_DATA = default.theme colorless.theme
|
||||
|
||||
pkginclude_HEADERS = config.h irssi-version.h
|
||||
|
||||
noinst_HEADERS = irssi-version.h.in
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
@ -10,7 +10,8 @@ if HAVE_PERL
|
||||
PERLDIR=perl
|
||||
endif
|
||||
|
||||
noinst_HEADERS = \
|
||||
pkginc_srcdir=$(pkgincludedir)/src
|
||||
pkginc_src_HEADERS = \
|
||||
common.h
|
||||
|
||||
SUBDIRS = lib-popt lib-config core irc fe-common $(PERLDIR) $(TEXTUI) $(BOTUI)
|
||||
|
@ -55,7 +55,8 @@ structure_headers = \
|
||||
server-connect-rec.h \
|
||||
window-item-rec.h
|
||||
|
||||
noinst_HEADERS = \
|
||||
pkginc_coredir=$(pkgincludedir)/src/core
|
||||
pkginc_core_HEADERS = \
|
||||
args.h \
|
||||
channels.h \
|
||||
channels-setup.h \
|
||||
|
@ -38,7 +38,8 @@ libfe_common_core_a_SOURCES = \
|
||||
windows-layout.c \
|
||||
fe-windows.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
pkginc_fe_common_coredir=$(pkgincludedir)/src/fe-common/core
|
||||
pkginc_fe_common_core_HEADERS = \
|
||||
autorun.h \
|
||||
command-history.h \
|
||||
chat-completion.h \
|
||||
|
@ -32,7 +32,8 @@ libfe_common_irc_a_SOURCES = \
|
||||
$(real_sources) \
|
||||
irc-modules.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
pkginc_fe_common_ircdir=$(pkgincludedir)/src/fe-common/irc
|
||||
pkginc_fe_common_irc_HEADERS = \
|
||||
fe-irc-server.h \
|
||||
module.h \
|
||||
module-formats.h
|
||||
|
@ -19,7 +19,8 @@ libfe_irc_dcc_a_SOURCES = \
|
||||
module-formats.c \
|
||||
fe-dcc-server.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
pkginc_fe_common_irc_dccdir=$(pkgincludedir)/src/fe-common/irc/dcc
|
||||
pkginc_fe_common_irc_dcc_HEADERS = \
|
||||
module.h \
|
||||
module-formats.h \
|
||||
fe-dcc.h
|
||||
|
@ -13,6 +13,7 @@ libfe_irc_notifylist_a_SOURCES = \
|
||||
fe-notifylist.c \
|
||||
module-formats.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
pkginc_fe_common_irc_notifylistdir=$(pkgincludedir)/src/fe-common/irc/notifylist
|
||||
pkginc_fe_common_irc_notifylist_HEADERS = \
|
||||
module.h \
|
||||
module-formats.h
|
||||
|
@ -34,7 +34,8 @@ libirc_core_a_SOURCES = \
|
||||
servers-idle.c \
|
||||
servers-redirect.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
pkginc_irc_coredir=$(pkgincludedir)/src/irc/core
|
||||
pkginc_irc_core_HEADERS = \
|
||||
bans.h \
|
||||
ctcp.h \
|
||||
channel-rejoin.h \
|
||||
|
@ -16,7 +16,8 @@ libirc_dcc_a_SOURCES = \
|
||||
dcc-queue.c \
|
||||
dcc-server.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
pkginc_irc_dccdir=$(pkgincludedir)/src/irc/dcc
|
||||
pkginc_irc_dcc_HEADERS = \
|
||||
dcc-rec.h \
|
||||
dcc-file-rec.h \
|
||||
dcc.h \
|
||||
|
@ -10,5 +10,6 @@ libirc_flood_a_SOURCES = \
|
||||
autoignore.c \
|
||||
flood.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
pkginc_irc_flooddir=$(pkgincludedir)/src/irc/flood
|
||||
pkginc_irc_flood_HEADERS = \
|
||||
module.h
|
||||
|
@ -13,7 +13,8 @@ libirc_notifylist_a_SOURCES = \
|
||||
notify-setup.c \
|
||||
notify-whois.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
pkginc_irc_notifylistdir=$(pkgincludedir)/src/irc/notifylist
|
||||
pkginc_irc_notifylist_HEADERS = \
|
||||
notifylist.h \
|
||||
notify-setup.h \
|
||||
module.h
|
||||
|
@ -10,6 +10,7 @@ libirssi_config_a_SOURCES = \
|
||||
parse.c \
|
||||
write.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
pkginc_lib_configdir=$(pkgincludedir)/src/lib-config
|
||||
pkginc_lib_config_HEADERS = \
|
||||
iconfig.h \
|
||||
module.h
|
||||
|
@ -7,5 +7,6 @@ INCLUDES = \
|
||||
libpopt_a_SOURCES = \
|
||||
findme.c popt.c poptconfig.c popthelp.c poptparse.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
pkginc_libpoptdir=$(pkgincludedir)/src/lib-popt
|
||||
pkginc_libpopt_HEADERS = \
|
||||
findme.h popt.h poptint.h
|
||||
|
Loading…
Reference in New Issue
Block a user