~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-13 14:36:50 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 176.
  • Revision ID: monty@inaugust.com-20080713143650-c2abcuwg45n7cwya
Made mysql into a pure-C program.
Fixed a boolean logic mis-translation. (Wow, I sucked on the plane)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
                                mysqltest \
39
39
                                mysqlslap 
40
40
 
41
 
mysql_SOURCES =                 mysql.cc readline.cc \
42
 
                                completion_hash.cc
 
41
mysql_SOURCES =                 mysql.c readline.c completion_hash.c
43
42
mysql_LDADD =                   -lreadline @TERMCAP_LIB@ $(GLIB_LIBS) \
44
43
                                $(LDADD) $(CXXLDFLAGS)
45
44
mysql_CPPFLAGS =                $(AM_CPPFLAGS) $(GLIB_CFLAGS)