~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/Makefile.am

  • Committer: mordred
  • Date: 2008-11-03 19:16:14 UTC
  • mto: (575.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 575.
  • Revision ID: mordred@opensolaris-20081103191614-baivj0p2wjudgaj2
zomg. Solaris actually builds all the way!!!

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
                 math.h \
18
18
                 test.h
19
19
 
20
 
if GCC_PCH
21
20
# Trick automake into producing CXXCOMPILE var. Won't be needed once we
22
21
# have real CXX files in here
23
22
lib_LTLIBRARIES = libutil.la
24
 
libutil_la_SOURCES = dummy.cc
 
23
libutil_la_SOURCES = math.cc
25
24
 
 
25
if GCC_PCH
26
26
BUILT_SOURCES = convert.h.gch \
27
27
                test.h.gch
28
28