~drizzle-trunk/drizzle/development

584.4.6 by Monty Taylor
Moved stuff into item/
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
		timefunc.cc \
28
		type_holder.cc
29
30
noinst_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@