~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_pam/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-03-02 15:57:39 UTC
  • mto: (908.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 910.
  • Revision ID: mordred@inaugust.com-20090302155739-deehe5wf60kmh8li
A whole crapload of build fixes. OpenSolaris AMD64 builds with -m64 now by default... still isn't warning clean yet though. Also cleaned up the AM_*FLAGS situation.

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