MAKE: install hexchat-plugin.h header if plugins are enabled

This commit is contained in:
hasufell 2013-03-31 17:01:56 +02:00
parent 9ae63cf05d
commit 83a5996817
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@ libhexchatcommon_a_LIBADD = \
endif
SUBDIRS = $(dbusdir) .
if DO_PLUGIN
include_HEADERS = hexchat-plugin.h
endif
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 \
outbound.c plugin.c plugin-timer.c proto-irc.c server.c servlist.c \