~roger-booth/mysql-proxy/laminator

« back to all changes in this revision

Viewing changes to trunk/src/Makefile.am

  • Committer: Kay Roepke
  • Author(s): jkneschke
  • Date: 2007-06-20 09:26:11 UTC
  • Revision ID: kay@mysql.com-20070620092611-kj83si09rqzs5d6r
initial import of the mysql-proxy sources
- added GPLv2 license
- added automake support
- added cmake support

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)
 
17
mysql_proxy_LDADD = -levent $(GLIB_LIBS)