~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-11-26 21:37:50 UTC
  • Revision ID: brian@tangent.org-20081126213750-m96j23htwfymuwlt
Collection of dead code removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
                        timetype.cc \
34
34
                        varstring.cc
35
35
 
36
 
 
37
 
fieldincludedir = ${includedir}/drizzled/field
38
 
nobase_dist_fieldinclude_HEADERS = \
39
 
                blob.h \
40
 
                date.h \
41
 
                datetime.h \
42
 
                enum.h \
43
 
                fdecimal.h \
44
 
                double.h \
45
 
                int64_t.h \
46
 
                long.h \
47
 
                longstr.h \
48
 
                null.h \
49
 
                num.h \
50
 
                fstring.h \
51
 
                real.h \
52
 
                str.h \
53
 
                timestamp.h \
54
 
                timetype.h \
55
 
                varstring.h
56
 
 
 
36
noinst_HEADERS = blob.h \
 
37
                 date.h \
 
38
                 datetime.h \
 
39
                 enum.h \
 
40
                 fdecimal.h \
 
41
                 double.h \
 
42
                 int64_t.h \
 
43
                 long.h \
 
44
                 longstr.h \
 
45
                 null.h \
 
46
                 num.h \
 
47
                 fstring.h \
 
48
                 real.h \
 
49
                 str.h \
 
50
                 timestamp.h \
 
51
                 timetype.h \
 
52
                 varstring.h
 
53
        
57
54
 
58
55
DEFS= -DDRIZZLE_SERVER @DEFS@