~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libmysql/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-03 00:14:39 UTC
  • Revision ID: brian@tangent.org-20080703001439-pit0mcl0wk8elxlq
Cleanup of sql-common and mysqldump

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
                        -DUNDEF_THREADS_HACK
45
45
 
46
46
LIBS =          @CLIENT_LIBS@ 
47
 
AM_CPPFLAGS =   -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/vio -I$(top_srcdir)/mysys -I$(top_builddir)/sql-common
 
47
AM_CPPFLAGS =   -I$(top_builddir)/include -I$(top_srcdir)/vio -I$(top_srcdir)/mysys -I$(top_builddir)/sql-common
48
48
 
49
49
EXTRA_DIST = libmysql.def
50
50
noinst_HEADERS = client_settings.h
59
59
# a minimal MySQL client library
60
60
#
61
61
# A list of needed headers collected from the deps information 000213
62
 
nh =            my_global.h config-win32.h dbug.h errmsg.h \
 
62
nh =            my_global.h dbug.h errmsg.h \
63
63
                m_ctype.h m_string.h \
64
64
                my_alarm.h my_config.h my_dir.h my_list.h my_net.h my_sys.h \
65
65
                mysql.h mysql_com.h mysql_version.h mysqld_error.h \
66
66
                mysys_err.h my_pthread.h thr_alarm.h violite.h hash.h \
67
67
                sql_common.h 
68