~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_pam/Makefile.am

  • Committer: Brian Aker
  • Date: 2009-03-03 18:50:34 UTC
  • mfrom: (908.1.17 mordred)
  • Revision ID: brian@tangent.org-20090303185034-obr7tiwx8vyn0i7j
Merge Monty

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=        $(GLOBAL_CPPFLAGS) -DDRIZZLE_DYNAMIC_PLUGIN
 
20
libauth_pam_la_CPPFLAGS=        $(AM_CPPFLAGS) -DDRIZZLE_DYNAMIC_PLUGIN
21
21
libauth_pam_la_SOURCES =        auth_pam.cc
22
22
endif