From 5ededc4476f27e74f49f37ce646dabc1def7d4dc Mon Sep 17 00:00:00 2001 From: Ash Hughes Date: Mon, 27 May 2019 21:59:23 +0100 Subject: conntrackd: search for RPC headers Attempts to get RPC headers from libtirpc if they aren't otherwise available. Signed-off-by: Ash Hughes Signed-off-by: Pablo Neira Ayuso --- src/helpers/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/helpers/Makefile.am b/src/helpers/Makefile.am index 05801bc..51e2841 100644 --- a/src/helpers/Makefile.am +++ b/src/helpers/Makefile.am @@ -31,7 +31,7 @@ ct_helper_mdns_la_CFLAGS = $(HELPER_CFLAGS) ct_helper_rpc_la_SOURCES = rpc.c ct_helper_rpc_la_LDFLAGS = $(HELPER_LDFLAGS) -ct_helper_rpc_la_CFLAGS = $(HELPER_CFLAGS) +ct_helper_rpc_la_CFLAGS = $(HELPER_CFLAGS) @LIBTIRPC_CFLAGS@ ct_helper_tftp_la_SOURCES = tftp.c ct_helper_tftp_la_LDFLAGS = $(HELPER_LDFLAGS) -- cgit v1.2.3