diff options
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r-- | src/common/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 3be3b1c6..f4418a75 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -31,7 +31,6 @@ EXTRA_DIST = \ servlist.h \ ssl.h \ ssl.c \ - strlutil.c \ text.h \ textenums.h \ textevents.h \ @@ -52,10 +51,14 @@ 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 \ - $(ssl_c) strlutil.c text.c tree.c url.c userlist.c util.c + $(ssl_c) text.c tree.c url.c userlist.c util.c libhexchatcommon_a_CFLAGS = $(LIBPROXY_CFLAGS) textenums.h: textevents.h |