~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to gnulib/Makefile.am

  • Committer: Monty Taylor
  • Date: 2010-01-02 04:53:48 UTC
  • mto: (1259.3.1 build)
  • mto: This revision was merged to the branch mainline in revision 1262.
  • Revision ID: mordred@inaugust.com-20100102045348-qtgrd846cm76soer
Added option for OSX Fat Binaries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
MAINTAINERCLEANFILES =
28
28
 
29
29
noinst_LTLIBRARIES += libgnu.la
30
 
AM_CFLAGS= 
31
30
 
32
31
libgnu_la_SOURCES =
33
32
libgnu_la_LIBADD = $(gl_LTLIBOBJS)
34
33
libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
35
34
EXTRA_libgnu_la_SOURCES =
36
35
libgnu_la_LDFLAGS = $(AM_LDFLAGS)
 
36
libgnu_la_CFLAGS = $(AM_CFLAGS) $(NO_WERROR)
37
37
 
38
38
## begin gnulib module getopt
39
39