~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-27 21:07:26 UTC
  • Revision ID: brian@tangent.org-20080727210726-zxwx10dy0w55qswh
Rename of fields (fix issue with string and decimal .h clashing).

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
                $(top_srcdir)/mysys/my_bit.c \
44
44
                $(top_srcdir)/mysys/my_bitmap.c \
45
45
                $(top_srcdir)/mysys/base64.c
46
 
drizzlebinlog_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/server
 
46
drizzlebinlog_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/drizzled
47
47
 
48
48
drizzledump_SOURCES=            drizzledump.c 
49
49