~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/errmsg_notify/plugin.ini

  • Committer: Brian Aker
  • Date: 2010-05-07 06:18:08 UTC
  • mto: (1527.1.1 staging)
  • mto: This revision was merged to the branch mainline in revision 1526.
  • Revision ID: brian@gaz-20100507061808-xtbz9dgb32o783yg
Remove members to functions that are no longer used.

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"