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

@@ -600,6 +600,7 @@ dnl *********************************************************************
AM_CONDITIONAL(USE_OPENSSL, test "x$openssl" = "xyes")
AM_CONDITIONAL(USE_LIBNOTIFY, test "x$libnotify" = "xyes")
AM_CONDITIONAL(USE_LIBCANBERRA, test "x$libcanberra" = "xyes")
AM_CONDITIONAL(USE_MSPROXY, test "x$ntlm" = "xyes")
AM_CONDITIONAL(DO_TEXT, test "x$textfe" = "xyes")
AM_CONDITIONAL(DO_GTK, test "x$gtkfe" = "xyes")
AM_CONDITIONAL(DO_PERL, test "x$perl" = "xyes")