~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/Makefile.am

Merged from fix-headers.

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
                buff.cc \
 
20
                cache_row.cc \
 
21
                cmpfunc.cc \
 
22
                create.cc \
 
23
                func.cc \
 
24
                row.cc \
 
25
                strfunc.cc \
 
26
                subselect.cc \
 
27
                sum.cc \
 
28
                timefunc.cc \
 
29
                type_holder.cc
 
30
 
 
31
noinst_HEADERS= \
 
32
                cache_row.h \
 
33
                cmpfunc.h \
 
34
                create.h \
 
35
                func.h \
 
36
                row.h \
 
37
                strfunc.h \
 
38
                subselect.h \
 
39
                sum.h \
 
40
                timefunc.h \
 
41
                type_holder.h
 
42
 
 
43
 
 
44
DEFS= -DDRIZZLE_SERVER @DEFS@