~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-11-07 00:15:51 UTC
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081107001551-8vxb6sf1ti0i5p09
Cleaned up some headers for PCH.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
# Trick automake into producing CXXCOMPILE var. Won't be needed once we
21
21
# have real CXX files in here
22
 
lib_LTLIBRARIES = libutil.la
 
22
noinst_LTLIBRARIES = libutil.la
23
23
libutil_la_SOURCES = math.cc
24
24
 
25
25
if GCC_PCH