~ubuntu-branches/ubuntu/quantal/drizzle/quantal

« back to all changes in this revision

Viewing changes to libdrizzle/include.am

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2011-02-14 12:40:34 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110214124034-eih75vcr64qt4db1
Tags: 2011.02.10-0ubuntu1
* New upstream release.
* Incorporated all patches upstream.
* Added unix-socket-protocol package. Disabled it by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
endif
41
41
 
42
42
noinst_PROGRAMS+= \
 
43
                  libdrizzle/mysql_password_hash
 
44
libdrizzle_mysql_password_hash_LDADD= libdrizzle/libdrizzle.la
 
45
libdrizzle_mysql_password_hash_SOURCES= libdrizzle/mysql_password_hash.cc
 
46
 
 
47
noinst_PROGRAMS+= \
43
48
        examples/client \
44
49
        examples/simple \
45
50
        examples/simple_multi \