~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to support-files/libdrizzle.pc.in

  • Committer: Brian Aker
  • Date: 2008-07-09 15:38:43 UTC
  • mfrom: (77.1.44 codestyle)
  • Revision ID: brian@tangent.org-20080709153843-tu7d42yrjq6fd00k
Merging patch from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
libdir=@libdir@
4
4
includedir=@includedir@
5
5
 
6
 
Name: libmysqlclient
 
6
Name: libdrizzle
7
7
Description: Drizzle Client C library.
8
8
Version: @VERSION@
9
 
Libs: -L${libdir} -lmysqlclient
 
9
Libs: -L${libdir} -ldrizzle
10
10
Cflags: -I${includedir}
11
11