From 83a59968171ae53a787108e03027799b6b03266b Mon Sep 17 00:00:00 2001 From: hasufell Date: Sun, 31 Mar 2013 17:01:56 +0200 Subject: [PATCH] MAKE: install hexchat-plugin.h header if plugins are enabled --- src/common/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 3be3b1c6..7b5612dd 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -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 \