~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/Makefile.am

  • Committer: Monty
  • Date: 2008-11-28 23:12:37 UTC
  • mto: (632.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 631.
  • Revision ID: mordred@palanthas.inaugust.com-20081128231237-3ie7yeohoyq3cdxi
Updated test output with new and improved error messages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#  Copyright (C) 2008 Sun Microsystems
 
2
 
3
#  This program is free software; you can redistribute it and/or modify
 
4
#  it under the terms of the GNU General Public License as published by
 
5
#  the Free Software Foundation; version 2 of the License.
 
6
#
 
7
#  This program is distributed in the hope that it will be useful,
 
8
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
9
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
10
#  GNU General Public License for more details.
 
11
#
 
12
#  You should have received a copy of the GNU General Public License
 
13
#  along with this program; if not, write to the Free Software
 
14
#  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
15
 
 
16
noinst_LTLIBRARIES=     libitem.la
 
17
 
 
18
libitem_la_SOURCES= \
 
19
                cache_row.cc \
 
20
                cmpfunc.cc \
 
21
                create.cc \
 
22
                func.cc \
 
23
                row.cc \
 
24
                strfunc.cc \
 
25
                subselect.cc \
 
26
                sum.cc \
 
27
                type_holder.cc
 
28
 
 
29
itemincludedir = ${includedir}/drizzled/item
 
30
nobase_dist_iteminclude_HEADERS = \
 
31
                cache_row.h \
 
32
                cmpfunc.h \
 
33
                create.h \
 
34
                func.h \
 
35
                row.h \
 
36
                strfunc.h \
 
37
                subselect.h \
 
38
                sum.h \
 
39
                timefunc.h \
 
40
                type_holder.h
 
41
 
 
42
 
 
43
DEFS= -DDRIZZLE_SERVER @DEFS@