~percona-dev/percona-server/release-5.5.11-20.2-fix-bug-764138

« back to all changes in this revision

Viewing changes to UDF/src/Makefile.am

  • Committer: Ignacio Nin
  • Date: 2011-03-13 17:18:23 UTC
  • mfrom: (33.3.17 release-5.5.8-20)
  • Revision ID: ignacio.nin@percona.com-20110313171823-m06xs104nekulywb
Merge changes from release-5.5.8-20 to 5.5.9

Merge changes from the release branch of 5.5.8 to 5.5.9. These include
the HandlerSocket and UDF directories and the building scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
lib_LTLIBRARIES = libfnv1a_udf.la libfnv_udf.la libmurmur_udf.la
 
2
libfnv1a_udf_la_SOURCES = fnv1a_udf.cc
 
3
libfnv_udf_la_SOURCES = fnv_udf.cc
 
4
libmurmur_udf_la_SOURCES = murmur_udf.cc
 
5
libfnv1a_udf_la_CPPFLAGS = -I$(includedir)
 
6
libfnv_udf_la_CPPFLAGS = -I$(includedir)
 
7
libmurmur_udf_la_CPPFLAGS = -I$(includedir)