~jan-kneschke/mysql-proxy/packet-tracking-assertions

« back to all changes in this revision

Viewing changes to tags/mysql-proxy-0.5.0/src/Makefile.am

  • Committer: Kay Roepke
  • Author(s): Jan Kneschke
  • Date: 2008-01-23 22:00:28 UTC
  • Revision ID: kay@mysql.com-20080123220028-hq2xqb69apa75fnx
first round on mysql-shell based on the proxy code

this is mostly a verification if the proxy-code is flexible enough to handle 
all three scenarios of: client, server and forwarding (proxy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
sbin_PROGRAMS=mysql-proxy
 
2
 
 
3
mysql_proxy_SOURCES= \
 
4
        mysql-proxy.c \
 
5
        network-mysqld.c \
 
6
        network-mysqld-proto.c \
 
7
        network-mysqld-proxy.c \
 
8
        network-mysqld-server.c \
 
9
        network-mysqld-table.c
 
10
 
 
11
noinst_HEADERS=\
 
12
        network-mysqld.h \
 
13
        network-mysqld-proto.h \
 
14
        sys-pedantic.h
 
15
 
 
16
mysql_proxy_CPPFLAGS = $(MYSQL_INCLUDE) $(GLIB_CFLAGS) $(LUA_CFLAGS)
 
17
mysql_proxy_LDADD = $(ENABLE_LINK_STATIC) $(EVENT_LIBS) $(GLIB_LIBS) $(LUA_LIBS) $(DISABLE_LINK_STATIC)