~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-12-02 21:16:50 UTC
  • mto: This revision was merged to the branch mainline in revision 641.
  • Revision ID: mordred@solanthus.local-20081202211650-r0adnzw0v9hbke7b
Removed AM_CONDITIONAL from SEARCH_FOR_LIB. Aligned naming of AM_CONDITIONALS.

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