From: Vincent Bernat Date: Tue, 11 Aug 2015 09:40:10 +0000 (+0200) Subject: build: propagate appropriate build flags in src/compat X-Git-Tag: 0.7.17~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f6ba6c38fb3955934515c996f9c49041b9c43bb;p=thirdparty%2Flldpd.git build: propagate appropriate build flags in src/compat --- 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