mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02: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
13 changed files with 26 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue