diff options
author | TingPing <tngpng@gmail.com> | 2013-04-01 02:05:23 -0700 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-04-01 02:05:23 -0700 |
commit | 083710d8d31303b38199839730df14492565fde0 (patch) | |
tree | df039e471bc2d85620fb7ac70d16ea3f69a09b8b /src/common | |
parent | 9594ec8913e0ae81baf394e4039d3e2e08dce599 (diff) | |
parent | 83a59968171ae53a787108e03027799b6b03266b (diff) |
Merge pull request #484 from Phr33d0m/master
A few fixes on the *nix build system
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ |