From 800f38c973dd1c9608c287eafecffad828e17929 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 20 May 2021 11:59:23 +0200 Subject: Makefile: Add --enable-profiling configure option A little convenience to prepare a build for analysis with gcov/gprof. Signed-off-by: Phil Sutter --- libiptc/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'libiptc') diff --git a/libiptc/Makefile.am b/libiptc/Makefile.am index 464a0696..097842f2 100644 --- a/libiptc/Makefile.am +++ b/libiptc/Makefile.am @@ -2,6 +2,7 @@ AM_CFLAGS = ${regular_CFLAGS} AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_srcdir}/include ${kinclude_CPPFLAGS} +AM_LDFLAGS = ${regular_LDFLAGS} pkgconfig_DATA = libiptc.pc libip4tc.pc libip6tc.pc -- cgit v1.2.3