~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-11-03 21:00:47 UTC
  • mfrom: (520.9.5 devel)
  • Revision ID: brian@tangent.org-20081103210047-wfkeyyefrfl2vh4l
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
15
15
 
16
16
noinst_HEADERS = convert.h \
 
17
                 math.h \
17
18
                 test.h
18
19
 
19
 
if GCC_PCH
20
20
# Trick automake into producing CXXCOMPILE var. Won't be needed once we
21
21
# have real CXX files in here
22
22
lib_LTLIBRARIES = libutil.la
23
 
libutil_la_SOURCES = dummy.cc
 
23
libutil_la_SOURCES = math.cc
24
24
 
 
25
if GCC_PCH
25
26
BUILT_SOURCES = convert.h.gch \
26
27
                test.h.gch
27
28