From b485dd2ade292a5b8cdfe8a66d15a8789cae2704 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 7 Dec 2009 15:06:56 -0500 Subject: Allow nesting to fix #310 --- server/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'server/Makefile.am') diff --git a/server/Makefile.am b/server/Makefile.am index 8f36f72d..fdaefea2 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 -- cgit