~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-28 18:01:38 UTC
  • Revision ID: brian@tangent.org-20080728180138-q2pxlq0qiapvqsdn
Remove YEAR field type

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                        fstring.cc \
36
36
                        timestamp.cc \
37
37
                        timetype.cc \
38
 
                        varstring.cc \
39
 
                        year.cc
 
38
                        varstring.cc
40
39
 
41
40
noinst_HEADERS = blob.h \
42
41
                 date.h \
51
50
                 fstring.h \
52
51
                 timestamp.h \
53
52
                 timetype.h \
54
 
                 varstring.h \
55
 
                 year.h
 
53
                 varstring.h
56
54
        
57
55
 
58
56
DEFS= -DMYSQL_SERVER @DEFS@