diff options
author | Simo Sorce <ssorce@redhat.com> | 2009-12-07 15:06:56 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-12-07 16:15:50 -0500 |
commit | b485dd2ade292a5b8cdfe8a66d15a8789cae2704 (patch) | |
tree | 58631d91bfd8d9a5cb61fc159247497f216022df /server/Makefile.am | |
parent | 7741e483e62321bc85d27c4215e2e5b96c355ad2 (diff) | |
download | sssd-b485dd2ade292a5b8cdfe8a66d15a8789cae2704.tar.gz sssd-b485dd2ade292a5b8cdfe8a66d15a8789cae2704.tar.xz sssd-b485dd2ade292a5b8cdfe8a66d15a8789cae2704.zip |
Allow nesting to fix #310
Diffstat (limited to 'server/Makefile.am')
-rw-r--r-- | server/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Makefile.am b/server/Makefile.am index 8f36f72d0..fdaefea2a 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -167,6 +167,7 @@ AM_CPPFLAGS = -Wall \ -DSSS_PAM_SOCKET_NAME=\"$(pipepath)/pam\" \ -DSSS_PAM_PRIV_SOCKET_NAME=\"$(pipepath)/private/pam\" \ -DUSE_MMAP=1 \ + -DTEVENT_DEPRECATED=1\ -DLOCALEDIR=\"$(localedir)\" EXTRA_DIST = build/config.rpath |