~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/errmsg_notify/plugin.ini

  • Committer: Monty Taylor
  • Date: 2010-06-19 16:36:52 UTC
  • mto: This revision was merged to the branch mainline in revision 1628.
  • Revision ID: mordred@inaugust.com-20100619163652-6fej38011wsop52k
Moved password parsing code into get_password.cc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
author=Monty Taylor
6
6
license=PLUGIN_LICENSE_GPL
7
7
sources=errmsg_notify.cc
8
 
cxxflags=${libnotifymm_CFLAGS} ${gtkmm_CFLAGS}
 
8
cxxflags=${NO_WERROR} ${libnotifymm_CFLAGS} ${gtkmm_CFLAGS}
9
9
ldflags=${libnotifymm_LIBS} ${gtkmm_LIBS}
10
10
build_conditional="${ac_cv_have_libnotifymm}" = "yes" -a "${ac_cv_have_gtkmm}" = "yes"