~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to gnulib/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-07-26 21:24:10 UTC
  • mto: (1093.7.1 captain)
  • mto: This revision was merged to the branch mainline in revision 1101.
  • Revision ID: mordred@inaugust.com-20090726212410-bxek3r54iezwvlsw
Tured off warnings for gnulib build. Stop innobase from setting global CFLAGS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
34
34
EXTRA_libgnu_la_SOURCES =
35
35
libgnu_la_LDFLAGS = $(AM_LDFLAGS)
 
36
libgnu_la_CFLAGS =
36
37
 
37
38
## begin gnulib module getopt
38
39