~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_pam/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-01-01 00:33:21 UTC
  • mto: This revision was merged to the branch mainline in revision 756.
  • Revision ID: mordred@inaugust.com-20090101003321-szs1ertpp0y9fccj
Updated mysql.test for distcheck.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
EXTRA_LTLIBRARIES =     libauth_pam.la
18
18
pkgplugin_LTLIBRARIES = @plugin_auth_pam_shared_target@
19
19
libauth_pam_la_LDFLAGS =        -module -avoid-version -rpath $(pkgplugindir) -lpam 
20
 
libauth_pam_la_CPPFLAGS=        $(AM_CPPFLAGS) -DDRIZZLE_DYNAMIC_PLUGIN
 
20
libauth_pam_la_CPPFLAGS=        $(GLOBAL_CPPFLAGS) -DDRIZZLE_DYNAMIC_PLUGIN
21
21
libauth_pam_la_SOURCES =        auth_pam.cc
22
22
endif