More autotools cleanup

- Don't build msproxy if unused
- Add resources to cleanfiles
- Remove old extra_dist from plugins
This commit is contained in:
TingPing
2014-01-30 02:01:42 -05:00
parent 9ec4aa897a
commit 83bf77f4d0
4 changed files with 11 additions and 8 deletions

View File

@@ -14,6 +14,10 @@ EXTRA_DIST = \
sexy-spell-entry.h sexy-marshal.h textgui.h urlgrab.h userlistgui.h xtext.h \
../../data/hexchat.gresource.xml
BUILT_SOURCES = resources.c
CLEANFILES = $(BUILT_SOURCES)
if DO_PLUGIN
plugingui_c = plugingui.c
endif