~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-12-02 23:01:32 UTC
  • mfrom: (632.1.25 devel)
  • Revision ID: brian@tangent.org-20081202230132-je5uysmm22avja4b
Merge (plus Solaris warning fixes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
noinst_LTLIBRARIES = libutil.la
23
23
libutil_la_SOURCES = math.cc
24
24
 
25
 
if GCC_PCH
 
25
if BUILD_GCC_PCH
26
26
BUILT_SOURCES = convert.h.gch \
27
27
                test.h.gch
28
28