From 4f6ba6c38fb3955934515c996f9c49041b9c43bb Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 11 Aug 2015 11:40:10 +0200 Subject: [PATCH] build: propagate appropriate build flags in src/compat --- src/compat/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/compat/Makefile.am b/src/compat/Makefile.am index 4ab53f9e..3717eddd 100644 --- a/src/compat/Makefile.am +++ b/src/compat/Makefile.am @@ -1,3 +1,7 @@ +AM_CFLAGS = $(LLDP_CFLAGS) +AM_CPPFLAGS = $(LLDP_CPPFLAGS) +AM_LDFLAGS = $(LLDP_LDFLAGS) + noinst_LTLIBRARIES = libcompat.la libcompat_la_SOURCES = compat.h empty.c -- 2.39.5