~vcs-imports/mysql-udf-regexp/trunk

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: hartmut
  • Date: 2006-09-27 03:11:49 UTC
  • Revision ID: vcs-imports@canonical.com-20060927031149-nitx03y6ytqcocyj
initial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
lib_LTLIBRARIES = regexp.la
 
2
regexp_la_CFLAGS = @MYSQL_CFLAGS@
 
3
regexp_la_CXXFLAGS = @MYSQL_CFLAGS@
 
4
regexp_la_LDFLAGS = -module -avoid-version -no-undefined
 
5
regexp_la_SOURCES = regexp.c udf_regexp.h
 
6
test: all
 
7
        cd tests; ./test.sh