Merge pull request #484 from Phr33d0m/master

A few fixes on the *nix build system
This commit is contained in:
TingPing
2013-04-01 02:05:23 -07:00
3 changed files with 31 additions and 16 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 \