~eric-rnd/mysql-proxy/mysql-proxy-fixes

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: jan at mysql
  • Date: 2009-09-07 16:10:02 UTC
  • Revision ID: jan@mysql.com-20090907161002-rxflfg74wxqxrkpb
added pkgconfig files for mysql-proxy and mysql-chassis

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
ACLOCAL_AMFLAGS = -I m4
16
16
 
 
17
pkgconfigdir = $(libdir)/pkgconfig
 
18
pkgconfig_DATA = mysql-proxy.pc mysql-chassis.pc
 
19
 
 
20
$(pkgconfig_DATA): config.status
 
21
 
17
22
dist-hook:
18
23
        rm -rf `find $(distdir) -type d -name .bzr -print`
19
24