MAKE: install hexchat-plugin.h header if plugins are enabled
This commit is contained in:
parent
9ae63cf05d
commit
83a5996817
@ -52,6 +52,10 @@ libhexchatcommon_a_LIBADD = \
|
|||||||
endif
|
endif
|
||||||
SUBDIRS = $(dbusdir) .
|
SUBDIRS = $(dbusdir) .
|
||||||
|
|
||||||
|
if DO_PLUGIN
|
||||||
|
include_HEADERS = hexchat-plugin.h
|
||||||
|
endif
|
||||||
|
|
||||||
libhexchatcommon_a_SOURCES = cfgfiles.c chanopt.c ctcp.c dcc.c hexchat.c \
|
libhexchatcommon_a_SOURCES = cfgfiles.c chanopt.c ctcp.c dcc.c hexchat.c \
|
||||||
history.c ignore.c inbound.c modes.c msproxy.c network.c notify.c \
|
history.c ignore.c inbound.c modes.c msproxy.c network.c notify.c \
|
||||||
outbound.c plugin.c plugin-timer.c proto-irc.c server.c servlist.c \
|
outbound.c plugin.c plugin-timer.c proto-irc.c server.c servlist.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user