~posulliv/drizzle/optimizer-style-cleanup

« back to all changes in this revision

Viewing changes to drizzled/algorithm/include.am

  • Committer: Padraig O'Sullivan
  • Date: 2010-04-17 01:38:47 UTC
  • mfrom: (1237.9.238 bad-staging)
  • Revision ID: osullivan.padraig@gmail.com-20100417013847-ibjioqsfbmf5yg4g
Merge trunk.

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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15
15
 
16
 
nobase_dist_include_HEADERS+= drizzled/algorithm/crc32.h
 
16
nobase_dist_include_HEADERS+= drizzled/algorithm/crc32.h drizzled/algorithm/sha1.h
17
17
 
18
18
noinst_LTLIBRARIES+= drizzled/algorithm/libhash.la
19
 
drizzled_algorithm_libhash_la_SOURCES= drizzled/algorithm/crc32.cc
 
19
drizzled_algorithm_libhash_la_SOURCES= drizzled/algorithm/sha1.cc