From 8e5549e453558d4bebdec333a93e215d5d6ffaec Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 11 Jan 2013 12:25:53 -0500 Subject: Introduce be_req_terminate() helper Call it everywhere instead of directly dereferencing be_req->fn This is in preparation of making be_req opaque. --- Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d32f81cb..8a47af8d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1334,7 +1334,6 @@ libsss_ldap_la_LDFLAGS = \ libsss_proxy_la_SOURCES = \ - src/providers/proxy/proxy_common.c \ src/providers/proxy/proxy_init.c \ src/providers/proxy/proxy_id.c \ src/providers/proxy/proxy_netgroup.c \ -- cgit