~maxim.volkov/mysql-proxy-replication/trunk

« back to all changes in this revision

Viewing changes to tests/unit/Makefile.am

  • Committer: jan at mysql
  • Date: 2010-01-23 17:32:09 UTC
  • Revision ID: jan@mysql.com-20100123173209-m16jfx6m01p48sai
added a new dependency file

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        check_mysqld_proto.c \
24
24
        $(top_srcdir)/src/network-mysqld-binlog.c \
25
25
        $(top_srcdir)/src/network-mysqld-proto.c \
 
26
        $(top_srcdir)/src/network-mysqld-table.c \
26
27
        $(top_srcdir)/src/glib-ext.c
27
28
 
28
29
check_mysqld_proto_CPPFLAGS = -I$(top_srcdir)/src/ $(GLIB_CFLAGS) $(MYSQL_CFLAGS)