diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 04:10:41 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 04:10:41 +0100 |
commit | 9f55b2a4959b372846fcb8f75323f0a52231e416 (patch) | |
tree | e7ebf19eb90832b5df8d5b5fa3f722e43bb7104e /plugins | |
parent | fc98a6d79d26da8094f70ee4bc3b3a32fcd9cc82 (diff) |
Fix Unix compilation
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index e18a13fe..73a91bce 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,7 +1,7 @@ # temp. solution while mailcheck & xdcc arn't in SUBDIRS EXTRA_DIST = Make.plugin plugin-conf.in xdcc/xdcc.c xdcc/Makefile.am -noinst_HEADERS = hexchat-plugin.h +# noinst_HEADERS = hexchat-plugin.h if DO_PYTHON pythondir = python |