~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/hash/include.am

  • Committer: Monty Taylor
  • Date: 2009-12-24 23:55:44 UTC
  • mto: This revision was merged to the branch mainline in revision 1258.
  • Revision ID: mordred@inaugust.com-20091224235544-hno4yd893h26zomz
Fixed header install.

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
 
hashincludedir = ${includedir}/drizzled/hash
17
 
dist_hashinclude_HEADERS= drizzled/hash/crc32.h
 
16
nobase_dist_include_HEADERS+= drizzled/hash/crc32.h
18
17
 
19
18
noinst_LTLIBRARIES+= drizzled/hash/libhash.la
20
19
drizzled_hash_libhash_la_SOURCES= drizzled/hash/crc32.cc