~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/errmsg_notify/plugin.ini

  • Committer: Lee Bieber
  • Date: 2010-11-18 02:50:43 UTC
  • mfrom: (1936.1.2 build)
  • Revision ID: kalebral@gmail.com-20101118025043-zhf03hty056lcg4i
Merge Monty - fix bug 676653: out of source tree build failed
Merge Andrew - fix bug 676735: boost::iostreams compile failure in Fedora 14    

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=${NO_WERROR} ${libnotifymm_CFLAGS} ${gtkmm_CFLAGS}
 
8
cxxflags=${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"