~roger-booth/mysql-proxy/laminator

« back to all changes in this revision

Viewing changes to plugins/proxy/Makefile.am

  • Committer: Kay Roepke
  • Date: 2009-07-03 12:35:01 UTC
  • Revision ID: kay@sun.com-20090703123501-0dbek8rz39ewnoru
add CMakeLists.txt to EXTRA_DIST

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
libproxy_la_CPPFLAGS = $(MYSQL_CFLAGS) $(GLIB_CFLAGS) $(LUA_CFLAGS) $(GMODULE_CFLAGS) -I$(top_srcdir)/src/
8
8
noinst_HEADERS = proxy-plugin.h
9
9
 
10
 
# EXTRA_DIST=CMakeLists.txt
 
10
EXTRA_DIST=CMakeLists.txt
11
11