~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/algorithm/include.am

  • Committer: Brian Aker
  • Date: 2011-02-13 22:15:19 UTC
  • mfrom: (2165.1.6 drizzle-staging)
  • Revision ID: brian@tangent.org-20110213221519-7a1zyzo0vfpw9jbm
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# along with this program; if not, write to the Free Software
14
14
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
15
15
 
16
 
nobase_dist_include_HEADERS+= drizzled/algorithm/crc32.h drizzled/algorithm/sha1.h
 
16
nobase_dist_pkginclude_HEADERS+= drizzled/algorithm/crc32.h drizzled/algorithm/sha1.h
17
17
 
18
18
noinst_LTLIBRARIES+= drizzled/algorithm/libhash.la
19
19
drizzled_algorithm_libhash_la_SOURCES= drizzled/algorithm/sha1.cc