~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/algorithm/include.am

  • Committer: Joe Daly
  • Date: 2010-01-06 02:20:42 UTC
  • mto: This revision was merged to the branch mainline in revision 1267.
  • Revision ID: skinny.moey@gmail.com-20100106022042-8ov23wc4aq8f9k7d
rename hash_algorithm to algorithm

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/hash_algorithm/crc32.h
 
16
nobase_dist_include_HEADERS+= drizzled/algorithm/crc32.h
17
17
 
18
 
noinst_LTLIBRARIES+= drizzled/hash_algorithm/libhash.la
19
 
drizzled_hash_algorithm_libhash_la_SOURCES= drizzled/hash_algorithm/crc32.cc
 
18
noinst_LTLIBRARIES+= drizzled/algorithm/libhash.la
 
19
drizzled_algorithm_libhash_la_SOURCES= drizzled/algorithm/crc32.cc